Skip to content
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

Merged
merged 6 commits into from
Mar 15, 2019

Conversation

etoledom
Copy link
Contributor

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 to master 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:

  • Run rake dependencies
  • Check that all react-native dependencies are updated.
  • Checkout the gutenberg-mobile branch and run metro server.
  • Run the WPiOS app and open a gutenberg instance.
  • Check that everything works fine.

Note: Since the JS Bundle haven't been updated yet, this won't work without metro running.

@etoledom etoledom added the Gutenberg Editing and display of Gutenberg blocks. label Mar 14, 2019
@etoledom etoledom added this to the 12.1 milestone Mar 14, 2019
@etoledom etoledom self-assigned this Mar 14, 2019
@etoledom etoledom requested a review from SergioEstevao March 14, 2019 09:21
@etoledom
Copy link
Contributor Author

Opent a PR to fix the Danger check:
Automattic/peril-settings#1

@etoledom etoledom added Gutenberg Editing and display of Gutenberg blocks. and removed Gutenberg Editing and display of Gutenberg blocks. labels Mar 14, 2019
@etoledom
Copy link
Contributor Author

Danger check ready! Thank you @jtreanor !

Copy link
Contributor

@SergioEstevao SergioEstevao left a 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!

@etoledom
Copy link
Contributor Author

Thank you @SergioEstevao !
Let's wait for the JS Bundles to be generated and wordpress-mobile/gutenberg-mobile#741 to be merged 👍

@etoledom
Copy link
Contributor Author

@SergioEstevao - Updated to include the JS Bundles 👍

@SergioEstevao
Copy link
Contributor

Looking great on iOS! It's a merge for me!

@etoledom
Copy link
Contributor Author

Updated to the latest gutenberg-mobile develop after
wordpress-mobile/gutenberg-mobile#741 was merged 🎉

Merging this on ✅

@etoledom etoledom merged commit b95a19d into develop Mar 15, 2019
@etoledom etoledom deleted the gutenberg/update-rn-to-0.59.0 branch March 15, 2019 15:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Gutenberg Editing and display of Gutenberg blocks.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants