-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
[Mobile] - React Native 0.69.4 Upgrade - iOS #44889
[Mobile] - React Native 0.69.4 Upgrade - iOS #44889
Conversation
Size Change: 0 B Total Size: 1.27 MB ℹ️ View Unchanged
|
@@ -0,0 +1,12 @@ | |||
const path = require( 'path' ); | |||
|
|||
module.exports = { |
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.
This is needed to solve an issue after the update, where the code that auto-links dependencies was picking up the wrong path gutenberg/node_modules/@wordpress/
. So when running pod install
it would change the path as seen in previous commits, for example this one.
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! Nice work @derekblank 👏
Related PRs
Feature branch
Android integration
iOS integration
What?
This PR includes iOS changes needed to upgrade React Native to the
0.69.4
version.Why?
To keep up to date with the latest stable React Native version.
How?
Using the React Native Upgrade Helper (list of changes), this PR updates Podfiles and dependencies reflected in the 0.69.4 RN update.
Testing Instructions
The iOS app should build and open the editor correctly.
Screenshots or screencast
N/A