[Mobile] - React Native 0.69.4 Upgrade - iOS#44889
Merged
derekblank merged 9 commits intornmobile/upgrade/0.69.4from Oct 18, 2022
Merged
[Mobile] - React Native 0.69.4 Upgrade - iOS#44889derekblank merged 9 commits intornmobile/upgrade/0.69.4from
derekblank merged 9 commits intornmobile/upgrade/0.69.4from
Conversation
This was referenced Oct 12, 2022
4 tasks
added 2 commits
October 13, 2022 17:00
Closed
2 tasks
added 3 commits
October 14, 2022 17:35
|
Size Change: 0 B Total Size: 1.27 MB ℹ️ View Unchanged
|
geriux
reviewed
Oct 14, 2022
| @@ -0,0 +1,12 @@ | |||
| const path = require( 'path' ); | |||
|
|
|||
| module.exports = { | |||
Member
There was a problem hiding this comment.
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Related PRs
Feature branch
Android integration
iOS integration
What?
This PR includes iOS changes needed to upgrade React Native to the
0.69.4version.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