Skip to content

Commit

Permalink
chore: rn updated to 0.73.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hristo87 committed Feb 6, 2024
1 parent aba3c2b commit dd4dfda
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions baseProject/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'
4 changes: 2 additions & 2 deletions baseProject/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,15 @@
"@react-native-async-storage/async-storage": "^1.19.6",
"@react-native-community/netinfo": "^11.1.0",
"react": "18.2.0",
"react-native": "0.73.2",
"react-native": "0.73.4",
"react-native-config": "^1.5.1",
"react-native-gesture-handler": "^2.13.4"
},
"devDependencies": {
"@babel/core": "^7.23.3",
"@babel/preset-env": "^7.23.3",
"@babel/runtime": "^7.23.4",
"@react-native/babel-preset": "^0.73.19",
"@react-native/babel-preset": "^0.73.21",
"@react-native/eslint-config": "^0.74.0",
"@react-native/metro-config": "^0.74.0",
"@react-native/typescript-config": "^0.74.0",
Expand Down

0 comments on commit dd4dfda

Please sign in to comment.