-
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] Update gesture handler and reanimated libraries (#39098)
* Bump react-native-gesture-handler to 2.2.0 * Bump react-native-reanimated to 2.4.1 * Update babel config to support reanimated lib * Update Android demo app to support new lib versions * Add patch for react-native-gesture-handler * Add patch for react-native-reanimated Hermes engine has to be manually set because the library is not able to detect it automatically. * Update iOS demo app to support new lib versions - It includes changing the Gutenberg class from NSObject to UIResponder * Add Reanimated library to WPAndroid glue code * Downgrade react-native-reanimated to 2.2.4 The downgrade is necessary in order to prevent a known issue in Reanimated (software-mansion/react-native-reanimated#2719). * Use absolute path for reanimated babel plugin Using the absolute path is required for Reanimated plugin when generating the JS bundle outside Gutenberg, like we do in Gutenberg Mobile. * Update Jest setup to support Reanimated2 * Add google repository to react-native-bridge build This is required to support the react-native-gesture-handler package. * Point dependencies to their forked repository * Update package-lock.json * Remove react-native-reanimated patch * Update react-native-editor Podfile.lock * Update package-lock.json * Silence react-native-gesture-handler warning * Update package-lock.json * Update gesture handler and reanimated package versions * Bump react-native-gesture-handler to 2.2.0-wp-2 * Revert adding google repository to react-native-bridge build * Update react-native-editor changelog * Update Podfile.lock * Bump react-native-gesture-handler to 2.2.0-wp-3 Co-authored-by: Gerardo <[email protected]>
- Loading branch information
Showing
11 changed files
with
140 additions
and
74 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
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.