-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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: Update gutenberg to use RN version 0.59.0 #11271
Conversation
Opent a PR to fix the Danger check: |
Danger check ready! Thank you @jtreanor ! |
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.
It's looking good! Tested some paragraphs actions, image uploads and it's all working great!
Thank you @SergioEstevao ! |
@SergioEstevao - Updated to include the JS Bundles 👍 |
Looking great on iOS! It's a merge for me! |
Updated to the latest Merging this on ✅ |
This PR implements the changes made on wordpress-mobile/gutenberg-mobile#741, meant to update React Native to 0.59.0
I made a few changes to Podfile to simplify future updates and to keep the react-native
podfile.json
dependencies always tagged, instead of pointing tomaster
branch (or branches in general).This will avoid problems where podfile keeps pointing to the same branch but the file itself was updated in that branch.
To test:
rake dependencies
gutenberg-mobile
branch and runmetro
server.Note: Since the JS Bundle haven't been updated yet, this won't work without metro running.