Skip to content

Commit

Permalink
fix(rn): Updated RN to fix Flipper exception
Browse files Browse the repository at this point in the history
  • Loading branch information
S. Jansen committed Apr 15, 2024
1 parent e0bdd0c commit dcb5c4c
Show file tree
Hide file tree
Showing 4 changed files with 208 additions and 213 deletions.
4 changes: 3 additions & 1 deletion 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'
# 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.3', '< 7.1.0'
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"fastest-levenshtein": "1.0.16",
"htmlparser2": "9.0.0",
"react": "18.2.0",
"react-native": "0.72.10",
"react-native": "0.72.12",
"react-native-config": "1.5.1",
"react-native-device-info": "10.12.0",
"react-native-gesture-handler": "2.14.0",
Expand All @@ -50,7 +50,7 @@
"@babel/preset-env": "7.23.5",
"@babel/runtime": "7.23.5",
"@react-native/eslint-config": "0.72.2",
"@react-native/metro-config": "0.72.11",
"@react-native/metro-config": "0.72.12",
"@tsconfig/react-native": "3.0.2",
"@types/jest": "29.5.10",
"@types/react": "18.2.42",
Expand All @@ -61,7 +61,7 @@
"babel-jest": "29.7.0",
"eslint": "8.55.0",
"jest": "29.7.0",
"metro-react-native-babel-preset": "0.76.8",
"metro-react-native-babel-preset": "0.76.9",
"patch-package": "7.0.2",
"prettier": "2.8.8",
"react-native-codegen": "0.71.5",
Expand Down
File renamed without changes.
Loading

0 comments on commit dcb5c4c

Please sign in to comment.