Skip to content

Commit 8f9b86a

Browse files
committed
Update reproducer to latest React Native version
1 parent cafdae8 commit 8f9b86a

File tree

2 files changed

+199
-199
lines changed

2 files changed

+199
-199
lines changed

ReproducerApp/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
},
1212
"dependencies": {
1313
"react": "19.1.1",
14-
"react-native": "0.82.0",
15-
"@react-native/new-app-screen": "0.82.0",
14+
"react-native": "0.82.1",
15+
"@react-native/new-app-screen": "0.82.1",
1616
"react-native-safe-area-context": "^5.5.2"
1717
},
1818
"devDependencies": {
@@ -22,10 +22,10 @@
2222
"@react-native-community/cli": "20.0.0",
2323
"@react-native-community/cli-platform-android": "20.0.0",
2424
"@react-native-community/cli-platform-ios": "20.0.0",
25-
"@react-native/babel-preset": "0.82.0",
26-
"@react-native/eslint-config": "0.82.0",
27-
"@react-native/metro-config": "0.82.0",
28-
"@react-native/typescript-config": "0.82.0",
25+
"@react-native/babel-preset": "0.82.1",
26+
"@react-native/eslint-config": "0.82.1",
27+
"@react-native/metro-config": "0.82.1",
28+
"@react-native/typescript-config": "0.82.1",
2929
"@types/jest": "^29.5.13",
3030
"@types/react": "^19.1.1",
3131
"@types/react-test-renderer": "^19.1.0",

0 commit comments

Comments
 (0)