Skip to content

Commit

Permalink
🆙 RN Upgrading to new versions
Browse files Browse the repository at this point in the history
  • Loading branch information
penteleichuk committed Mar 12, 2024
1 parent a7527b0 commit 4fef589
Show file tree
Hide file tree
Showing 4 changed files with 183 additions and 243 deletions.
6 changes: 4 additions & 2 deletions 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 Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ PLATFORMS
ruby

DEPENDENCIES
activesupport (>= 6.1.7.3, < 7.1.0)
cocoapods (~> 1.13)
activesupport (>= 6.1.7.5, < 7.1.0)
cocoapods (>= 1.13, < 1.15)

RUBY VERSION
ruby 2.7.5p203
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"react": "18.2.0",
"react-hook-form": "^7.49.2",
"react-i18next": "^14.0.0",
"react-native": "0.73.2",
"react-native": "0.73.6",
"react-native-adapty": "^2.9.2",
"react-native-background-timer": "https://github.com/vasyok28/react-native-background-timer",
"react-native-bootsplash": "^5.2.1",
Expand Down Expand Up @@ -95,7 +95,7 @@
"@react-native-picker/picker": "^2.6.1",
"@react-native/babel-preset": "^0.74.0",
"@react-native/eslint-config": "^0.74.0",
"@react-native/metro-config": "^0.73.2",
"@react-native/metro-config": "^0.73.5",
"@react-native/typescript-config": "^0.74.0",
"@react-navigation/bottom-tabs": "^6.5.11",
"@react-navigation/elements": "^1.3.21",
Expand Down
Loading

0 comments on commit 4fef589

Please sign in to comment.