Skip to content

Commit fa064ad

Browse files
committed
Update reproducer to latest React Native version
1 parent 4178d0f commit fa064ad

File tree

3 files changed

+266
-285
lines changed

3 files changed

+266
-285
lines changed

ReproducerApp/Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ ruby ">= 2.6.10"
66
# Exclude problematic versions of cocoapods and activesupport that causes build failures.
77
gem 'cocoapods', '>= 1.13', '!= 1.15.0', '!= 1.15.1'
88
gem 'activesupport', '>= 6.1.7.5', '!= 7.1.0'
9+
gem 'xcodeproj', '< 1.26.0'

ReproducerApp/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,19 @@
1111
},
1212
"dependencies": {
1313
"react": "18.3.1",
14-
"react-native": "0.76.0"
14+
"react-native": "0.76.1"
1515
},
1616
"devDependencies": {
1717
"@babel/core": "^7.25.2",
1818
"@babel/preset-env": "^7.25.3",
1919
"@babel/runtime": "^7.25.0",
20-
"@react-native-community/cli": "15.0.0-alpha.2",
21-
"@react-native-community/cli-platform-android": "15.0.0-alpha.2",
22-
"@react-native-community/cli-platform-ios": "15.0.0-alpha.2",
23-
"@react-native/babel-preset": "0.76.0",
24-
"@react-native/eslint-config": "0.76.0",
25-
"@react-native/metro-config": "0.76.0",
26-
"@react-native/typescript-config": "0.76.0",
20+
"@react-native-community/cli": "15.0.0",
21+
"@react-native-community/cli-platform-android": "15.0.0",
22+
"@react-native-community/cli-platform-ios": "15.0.0",
23+
"@react-native/babel-preset": "0.76.1",
24+
"@react-native/eslint-config": "0.76.1",
25+
"@react-native/metro-config": "0.76.1",
26+
"@react-native/typescript-config": "0.76.1",
2727
"@types/react": "^18.2.6",
2828
"@types/react-test-renderer": "^18.0.0",
2929
"babel-jest": "^29.6.3",

0 commit comments

Comments
 (0)