Skip to content

Commit ec1b912

Browse files
committed
Update reproducer to latest React Native version
1 parent 2b2c0c5 commit ec1b912

File tree

2 files changed

+449
-428
lines changed

2 files changed

+449
-428
lines changed

ReproducerApp/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,20 @@
1111
},
1212
"dependencies": {
1313
"react": "19.1.0",
14-
"react-native": "0.80.1",
15-
"@react-native/new-app-screen": "0.80.1"
14+
"react-native": "0.80.2",
15+
"@react-native/new-app-screen": "0.80.2"
1616
},
1717
"devDependencies": {
1818
"@babel/core": "^7.25.2",
1919
"@babel/preset-env": "^7.25.3",
2020
"@babel/runtime": "^7.25.0",
21-
"@react-native-community/cli": "19.0.0",
22-
"@react-native-community/cli-platform-android": "19.0.0",
23-
"@react-native-community/cli-platform-ios": "19.0.0",
24-
"@react-native/babel-preset": "0.80.1",
25-
"@react-native/eslint-config": "0.80.1",
26-
"@react-native/metro-config": "0.80.1",
27-
"@react-native/typescript-config": "0.80.1",
21+
"@react-native-community/cli": "19.1.1",
22+
"@react-native-community/cli-platform-android": "19.1.1",
23+
"@react-native-community/cli-platform-ios": "19.1.1",
24+
"@react-native/babel-preset": "0.80.2",
25+
"@react-native/eslint-config": "0.80.2",
26+
"@react-native/metro-config": "0.80.2",
27+
"@react-native/typescript-config": "0.80.2",
2828
"@types/jest": "^29.5.13",
2929
"@types/react": "^19.1.0",
3030
"@types/react-test-renderer": "^19.1.0",

0 commit comments

Comments
 (0)