Skip to content

Commit 6453620

Browse files
committed
Update reproducer to latest React Native version
1 parent bd29886 commit 6453620

File tree

2 files changed

+378
-439
lines changed

2 files changed

+378
-439
lines changed

ReproducerApp/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"react": "18.3.1",
14-
"react-native": "0.77.0"
14+
"react-native": "0.77.1"
1515
},
1616
"devDependencies": {
1717
"@babel/core": "^7.25.2",
@@ -20,10 +20,10 @@
2020
"@react-native-community/cli": "15.0.1",
2121
"@react-native-community/cli-platform-android": "15.0.1",
2222
"@react-native-community/cli-platform-ios": "15.0.1",
23-
"@react-native/babel-preset": "0.77.0",
24-
"@react-native/eslint-config": "0.77.0",
25-
"@react-native/metro-config": "0.77.0",
26-
"@react-native/typescript-config": "0.77.0",
23+
"@react-native/babel-preset": "0.77.1",
24+
"@react-native/eslint-config": "0.77.1",
25+
"@react-native/metro-config": "0.77.1",
26+
"@react-native/typescript-config": "0.77.1",
2727
"@types/jest": "^29.5.13",
2828
"@types/react": "^18.2.6",
2929
"@types/react-test-renderer": "^18.0.0",

0 commit comments

Comments
 (0)