-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[RNMobile] Upgrade React Native to version 0.71.15 (#57667)
* Upgrade `react-native` to version 0.71.15 * Add `activesupport` gem * Upgrade `react-native` in `react-native-editor` package * Update `Podfile.lock` * Update Xcode demo project The modifications were automatically made when installing pods. * Update `react-native` patch file * Apply workaround in `Podfile` to address build failure The workaround solves the issue related to redefining `clockid_t` in the pod `RCT-Folly`. * Update inline comment in `Podfile` * Fix XPath locator of `addButtonWithInlineAppender` E2E helper * Update `react-native-editor` changelog * Update `hermes-engine` pod to version 0.71.15 This update was already made in 66fa7bc but we to apply it again after updating with `trunk`.
- Loading branch information
Showing
12 changed files
with
1,324 additions
and
1,649 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
source 'https://rubygems.org' | ||
|
||
gem 'cocoapods', '>= 1.11.3' | ||
gem 'cocoapods', '>= 1.11.3' | ||
gem 'activesupport', '>= 6.1.7.3', '< 7.1.0' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -93,6 +93,7 @@ PLATFORMS | |
ruby | ||
|
||
DEPENDENCIES | ||
activesupport (>= 6.1.7.3, < 7.1.0) | ||
cocoapods (>= 1.11.3) | ||
|
||
BUNDLED WITH | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.