-
Notifications
You must be signed in to change notification settings - Fork 4.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
[RNMobile] Upgrade to RN 0.66 #36328
Merged
Merged
Changes from 68 commits
Commits
Show all changes
69 commits
Select commit
Hold shift + click to select a range
bcaa4dc
Upgrade base React Native packages for 0.66.2
dcalhoun 12a3868
Remove legacy module patches
dcalhoun 8ddad77
Apply React Native Upgrade Helper changes
dcalhoun f0f700e
Apply possibly overlooked changes from React Native 0.64.0 upgrade
dcalhoun 365d54f
Capture pod installation changes
dcalhoun e800fd0
Bump version of hermes we keep on the S3 mirror
hypest 4e1359e
Utilize store definition rather than store name string
dcalhoun d743f3c
Remove usage of deprecated EventEmitter.removeEventListener
dcalhoun 166f4c6
Patch react-native-modal to remove deprecated method usage
dcalhoun 31a01f3
Fix native Android Demo app build
dcalhoun d4ecbc9
Disable Metro inlineRequires configuration
dcalhoun 611e0b9
Patch @react-navigation/native to remove usage of deprecated method
dcalhoun 0e017ce
Remove ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES setting
dcalhoun d419992
Use Carthage --use-xcframeworks argument
dcalhoun a08fbbb
Add required EventEmitter methods to address warning
dcalhoun 76424fd
Enable LogBox to address deprecation warning
dcalhoun e7517e7
Patch react-native-keyboard-aware-scroll-view for deprecated method
dcalhoun e49849a
Fix runtime error from invoking removed method
dcalhoun 804bd31
Remove redundant listener removal
dcalhoun 7858fda
Remove usage of deprecated removeEventListener method
dcalhoun 61bdb3a
Remove IPHONEOS_DEPLOYMENT_TARGET for all Pods
dcalhoun 0c04cb2
Capture Podfile and Xcode project changes from initial build
dcalhoun d6cf5d7
Replace deprecated Clipboard core module
dcalhoun 36b6acd
Capture lockfile changes from subsequent npm install
dcalhoun d1d9040
Fix mock of AccessibilityInfo
dcalhoun 2495068
Capture Jest snapshot updates
dcalhoun ae92378
Mark mock as an ESM default export
dcalhoun 47ba3b3
Fix illegible iOS header in Demo app
dcalhoun 4386a46
Demote the warning to simple code comment
hypest 77a0f02
Add global source to Gemfile
dcalhoun 5f7372b
Remove unnecessary deprecated bundler --path argument
dcalhoun 2a8d738
Fix non-dismissible modals caused by unnecessary height transitions
dcalhoun f0eacab
Fix non-dismissible modals caused by header layout transitions
dcalhoun 58feb83
Document ignored LogBox warnings
dcalhoun 60a7ae2
Ignore overridden layout animations warnings
dcalhoun 134470f
Link picker dismisses iOS keyboard to ensure smooth animation
dcalhoun e556f8e
Merge branch 'trunk' of github.com:WordPress/gutenberg into chore/upg…
dcalhoun 0d8acfe
Revert erroneous native editor package version bumps
dcalhoun 4f455f2
Install Pods after erroneous version bump revert
dcalhoun 03dc487
Revert erroneous package lock change
dcalhoun e2f4a14
Android: SafeArea sub can be null so, guard its removal
hypest 790010b
Remove unnecessary test mock code
dcalhoun 5cccd1e
Avoid state updates on unmounted LinkSettingsScreen component
dcalhoun e6925ee
Avoid unnecessary link removal while closing bottom sheet
dcalhoun 9a33964
Pin react-native-url-polyfill to 1.1.2 that includes Buffer
hypest 7e59276
Include rest of npm install changes in package-lock
hypest 2c83ca1
Need to load the native part of the Clipboard package
hypest 5baf759
Point the android build to the forked react-native-clipboard
hypest 0995b7d
Point to the forked react-native-clipboard
hypest 50ded55
Correct integrity hash for react-native-clipboard's tarball
hypest 60d02fa
Fix up the package name reference
hypest bc9962e
Point to the JitPack fix commit
hypest c5bed15
Update React Native version ref in third-party package forks (#36983)
dcalhoun 4d5cdfe
Merge branch 'trunk' of github.com:WordPress/gutenberg into chore/upg…
dcalhoun 612feb4
Update third-party package forks to tag references
dcalhoun fdad48c
Merge branch 'trunk' of github.com:WordPress/gutenberg into chore/upg…
dcalhoun 3b6c0fe
Merge branch 'trunk' of github.com:WordPress/gutenberg into chore/upg…
dcalhoun 87a6473
Disable keyboard-related BottomSheet animations
dcalhoun eb43863
Avoid non-dismissible modals caused by unnecessary height transitions
dcalhoun e1b5e6e
Merge branch 'trunk' of github.com:WordPress/gutenberg into chore/upg…
dcalhoun b21c33a
Adjust bottom sheet max height to account for header subtraction
dcalhoun 553f1fd
Fix BottomSheet navigation hardware back button support (#37426)
dcalhoun 0800158
Further clarify link picker test intent
dcalhoun a278c95
Replace usage of deprecated React Native Clipboard module
dcalhoun c3307b4
Update React Native version in Gradle configuration
dcalhoun 6d64599
Remove unused React Native Clipboard module mock
dcalhoun 5157dec
Reinstate version ranges for react and react-dom
dcalhoun fa39f7d
Update outdated comments
dcalhoun 6db04e7
Merge branch 'trunk' of github.com:WordPress/gutenberg into chore/upg…
dcalhoun 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -185,8 +185,8 @@ | |
"lint-staged": "9.2.5", | ||
"lodash": "4.17.21", | ||
"make-dir": "3.0.0", | ||
"metro-react-native-babel-preset": "0.64.0", | ||
"metro-react-native-babel-transformer": "0.64.0", | ||
"metro-react-native-babel-preset": "0.66.2", | ||
"metro-react-native-babel-transformer": "0.66.2", | ||
"mkdirp": "0.5.1", | ||
"nock": "12.0.3", | ||
"node-watch": "0.7.0", | ||
|
@@ -195,11 +195,11 @@ | |
"postcss-loader": "6.1.1", | ||
"prettier": "npm:[email protected]", | ||
"progress": "2.0.3", | ||
"react": "17.0.1", | ||
"react-dom": "17.0.1", | ||
"react-native": "0.64.0", | ||
"react": "17.0.2", | ||
"react-dom": "17.0.2", | ||
"react-native": "0.66.2", | ||
"react-native-url-polyfill": "1.1.2", | ||
"react-test-renderer": "17.0.1", | ||
"react-test-renderer": "17.0.2", | ||
"rimraf": "3.0.2", | ||
"rtlcss": "2.6.2", | ||
"sass": "1.35.2", | ||
|
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
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
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
Oops, something went wrong.
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.
A default value was added to mirror the rest of the defaults and make testing simpler.