-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Gutenberg] Upgrade React Native 0.71.11
#18613
Merged
Merged
Changes from 22 commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
e9a0213
Update React Native version and use new modules
fluiddot be0b54c
Bump Android Gradle plugin version
fluiddot 50feeda
Update Gutenberg Mobile ref
fluiddot 7391c76
Merge branch 'trunk' into gutenberg/upgrade/react-native-0.71
fluiddot 238a47d
Update Gutenberg Mobile ref
fluiddot 88f817b
build: Update React Native to 0.71.11
dcalhoun dc11629
Revert "Bump Android Gradle plugin version"
dcalhoun c6a1e8b
build: Update Gutenberg ref
dcalhoun 99ee496
Merge branch 'trunk' of github.com:wordpress-mobile/WordPress-Android…
dcalhoun db463fa
Update Gutenberg Mobile ref
fluiddot 8aa6ccb
Merge branch 'trunk' into gutenberg/upgrade/react-native-0.71
fluiddot 6bf2946
Update Gutenberg Mobile ref
fluiddot 3556bb3
Merge branch 'trunk' into gutenberg/upgrade/react-native-0.71
fluiddot 3a1cada
Merge branch 'trunk' into gutenberg/upgrade/react-native-0.71
fluiddot f1ce5ca
build: Update Gutenberg ref
dcalhoun 802c84d
Merge branch 'trunk' into gutenberg/upgrade/react-native-0.71
fluiddot a9d41af
Update Gutenberg Mobile ref
fluiddot e23a59a
Update release notes
fluiddot d1d634b
Update Gutenberg Mobile ref
fluiddot 8404070
Merge branch 'trunk' into gutenberg/upgrade/react-native-0.71
fluiddot 93d2baa
Add new React Native modules to Dependabot's ignore list
fluiddot b751ec2
Exclude new React Native modules when using local GB-mobile path
fluiddot 3a63150
build: Update Gutenberg ref
dcalhoun 8e19ace
Merge branch 'trunk' of github.com:wordpress-mobile/WordPress-Android…
dcalhoun ec16a99
Update release notes
fluiddot 3096650
Update Gutenberg Mobile ref with tag
fluiddot File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In theory, we don't need these modules from the previous RN version (i.e.
0.69.4
). However, I'm experiencing Duplicate class errors when building if I remove them. Seems that the fact that some of the React Native third-party libraries (especially the forked repositories) are still pointing to RN 0.69.4, has to do with this issue.