-
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] - React Native 0.69.4 Upgrade #19326
Conversation
You can test the changes in Jetpack from this Pull Request by:
|
You can test the changes in WordPress from this Pull Request by:
|
f03a8c7
to
40a17c8
Compare
a8eaa50
to
825d981
Compare
# Conflicts: # Podfile # Podfile.lock
Generated by 🚫 dangerJS |
The CI issues are now solved and all checks are green ✅ |
# Conflicts: # Podfile # Podfile.lock
…-button Update logic for GutenbergViewController to fix media upload statuses
# 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.
@derekblank I reviewed the PR and noticed a couple of issues in the latest code changes that are most likely causing the CI check failures. It would be great to solve them in order to know if all checks are 🟢 .
CI checks are now passing 🟢 |
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.
LGTM! 🚀
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.
I tested the latest installable build and the editor works as expected. LGTM 🎊 !
I added a comment that doesn't block the merge of the PR, it's just an observation I had when reviewing the code.
@@ -17532,6 +17532,7 @@ | |||
E16AB92514D978240047A2E5 /* Sources */, | |||
E16AB92614D978240047A2E5 /* Frameworks */, | |||
E16AB92714D978240047A2E5 /* Resources */, | |||
42C1BDE416A90FA718A28797 /* [CP] Copy Pods Resources */, |
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 interesting that we didn't have this phase before in the WordPressTest
scheme 🤔. I understand that it won't have any impact but let's keep an eye just in case this produces an undesired effect when running the UI tests.
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.
I'll keep an eye for that 👍
This PR adds changes to support the React Native
0.69.4
upgrade.Includes #19573 to fix some issues found while testing media uploads in the editor.
It also updates how the Gutenberg pods are installed by introducing
gutenberg_pods
so we can reuse the same reference forshared_test_pods
.Related PRs
Feature branch
Android integration
iOS integration
To test:
CI checks should pass, as well as checking the editor opens correctly with the builds from this PR.
Regression Notes
Potential unintended areas of impact
Editor
What I did to test those areas of impact (or what existing automated tests I relied on)
Manual testing, CI tests.
What automated tests I added (or what prevented me from doing so)
None as there is no added functionality
PR submission checklist:
RELEASE-NOTES.txt
if necessary.