-
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
Update Podfile to support RN-0.61 #13116
Update Podfile to support RN-0.61 #13116
Conversation
You can trigger an installable build for these changes by visiting CircleCI here. |
# Conflicts: # Podfile # Podfile.lock
# Conflicts: # Podfile # Podfile.lock
# Conflicts: # Podfile # Podfile.lock
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.
- Project builds and run! 🎉
- Gutenberg opens and works well 🎉 🎉
rm -rf Pods
was needed to properly run rake dependencies
, other than that, everything looks great .
🎉 🎉 🎉
Let's wait for the WPiOS code freeze to merge this, or target and merge to |
…_0.61 # Conflicts: # Podfile # Podfile.lock
Yeap, let's target the |
This PR updates the RN libraries references in the podfile Gutenberg section to make sure they follow the new names and needs of the new version.
To test:
rm -Rf Pods
. This updates brings a a lot of pod change for RN so it's better to start with a clean folder.rake dependencies
PR submission checklist:
I have considered adding unit tests where possible.
I have considered if this change warrants user-facing release notes and have added them to
RELEASE-NOTES.txt
if necessary.