From 3f83ae21e49ca67aa42e63e790e7ffef66168a08 Mon Sep 17 00:00:00 2001 From: Fabrizio Bertoglio Date: Tue, 2 Sep 2025 18:24:39 +0200 Subject: [PATCH] chore(example): update React Native to 0.82.0-rc.0 --- example/package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/example/package.json b/example/package.json index 0e1071d..d8797c3 100644 --- a/example/package.json +++ b/example/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "react": "19.1.0", - "react-native": "0.81.0", + "react-native": "0.82.0-rc.0", "react-native-image-picker": "^8.1.0", "react-native-monorepo-config": "^0.1.9", "react-native-video": "^6.16.1", @@ -24,10 +24,10 @@ "@react-native-community/cli": "20.0.0", "@react-native-community/cli-platform-android": "20.0.0", "@react-native-community/cli-platform-ios": "20.0.0", - "@react-native/babel-preset": "0.81.0", - "@react-native/eslint-config": "0.81.0", - "@react-native/metro-config": "^0.81.0", - "@react-native/typescript-config": "0.81.0", + "@react-native/babel-preset": "0.82.0-rc.0", + "@react-native/eslint-config": "0.82.0-rc.0", + "@react-native/metro-config": "0.82.0-rc.0", + "@react-native/typescript-config": "0.82.0-rc.0", "@types/jest": "^29.5.13", "@types/react": "^19.1.9", "@types/react-test-renderer": "^19.1.0",