Skip to content

Commit

Permalink
build(deps): upgrade react native to 0.71.17 (#5205)
Browse files Browse the repository at this point in the history
### Description

Upgrades react-native to the latest 0.71.17 version.

### Test plan

- [x] Tested in CI.
- [x] Tested locally on iOS
- [x] Tested locally on Android.

### Related issues

N/A

### Backwards compatibility

Yes

### Network scalability

N/A
  • Loading branch information
MuckT authored Apr 10, 2024
1 parent af80717 commit 4311924
Show file tree
Hide file tree
Showing 7 changed files with 288 additions and 301 deletions.
5 changes: 4 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
source "https://rubygems.org"

gem 'cocoapods', '>= 1.12.1'

# 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.12.1', '< 1.15'
gem "fastlane"
gem "xcpretty"

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -282,11 +282,11 @@ PLATFORMS
universal-darwin-21

DEPENDENCIES
cocoapods (>= 1.12.1)
cocoapods (>= 1.12.1, < 1.15)
fastlane
fastlane-plugin-emerge
fastlane-plugin-versioning
xcpretty

BUNDLED WITH
2.2.32
2.4.22
Loading

0 comments on commit 4311924

Please sign in to comment.