-
Notifications
You must be signed in to change notification settings - Fork 58
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
Update React Native to version 0.62.2 #2439
Conversation
Wanna run full suite of Android and iOS UI tests? Click here and 'Approve' CI job! |
Bumping this PR to 1.34 (the furthest milestone we currently have) since we're getting ready to cut the 1.32 branches. Feel free to update the milestone as appropriate. |
# Conflicts: # gutenberg # package.json
The current version of this PR is building and running the demo app correctly, but the E2E tests locally and on CI are failing. The reason for this is that until now the react-native tools for iOS were build the app in the following folder And for the running the E2E tests we have hardcode this path on the following scripts:
The react-native tools in 0.62.2 now build the app to the default folders that are configured inside Xcode at a global level. To solve this there are two possible solutions:
|
We're getting ready to cut the 1.34 release branch, so I'm bumping this to the 1.35 milestone. |
Bumping to 1.36 |
Bumping to 1.37 |
Bumping this milestone to 1.38 |
Closing in favor of #2580 |
Update React Native to 0.62.0
Gutenberg PR: WordPress/gutenberg#19950
WordPressAndroid: wordpress-mobile/WordPress-Android#11217
WordPressiOS: wordpress-mobile/WordPress-iOS#13752
react-native-video PR: wordpress-mobile/react-native-video#5
react-native-svg PR: wordpress-mobile/react-native-svg#10
To test: Gutenberg Editor should work as expected.
Try to run manual tests from the list.
PR submission checklist:
RELEASE-NOTES.txt
if necessary.