Skip to content

Commit

Permalink
Update reproducer to latest React Native version
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jan 30, 2024
1 parent 3cdb455 commit 254edee
Show file tree
Hide file tree
Showing 3 changed files with 367 additions and 363 deletions.
6 changes: 4 additions & 2 deletions ReproducerApp/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@ source 'https://rubygems.org'
# You may use http://rbenv.org/ or https://rvm.io/ to install and use this version
ruby ">= 2.6.10"

gem 'cocoapods', '~> 1.13'
gem 'activesupport', '>= 6.1.7.3', '< 7.1.0'
# Cocoapods 1.15 introduced a bug which break the build. We will remove the upper
# bound in the template on Cocoapods with next React Native release.
gem 'cocoapods', '>= 1.13', '< 1.15'
gem 'activesupport', '>= 6.1.7.5', '< 7.1.0'
6 changes: 3 additions & 3 deletions ReproducerApp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
},
"dependencies": {
"react": "18.2.0",
"react-native": "0.73.2"
"react-native": "0.73.3"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@react-native/babel-preset": "0.73.19",
"@react-native/babel-preset": "0.73.20",
"@react-native/eslint-config": "0.73.2",
"@react-native/metro-config": "0.73.3",
"@react-native/metro-config": "0.73.4",
"@react-native/typescript-config": "0.73.1",
"@types/react": "^18.2.6",
"@types/react-test-renderer": "^18.0.0",
Expand Down
Loading

0 comments on commit 254edee

Please sign in to comment.