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

[WIP] React Native 0.70.0 Upgrade #30

Closed
wants to merge 29 commits into from

Conversation

joaoferreiro
Copy link
Contributor

@joaoferreiro joaoferreiro commented Dec 7, 2022

Purpose

Upgrade React Native to 0.70.0

Changes

  • Changes done to iOS (and Android) native files to support version change
  • Some other config files also required changes
  • These changes were supported by Upgrade React Native Helper
  • ios/Podfileand ios/app/AppDelegate.mm needed some extra minor changes to fix building errors for iOS

BLOCKERS ⚠️⚠️

Steps to clean build and run app after upgrade

  • update ruby to > 2.7.5
  • sudo gem install cocoapods
  • rm -rf node_modules
  • yarn install
  • cd ios && pod deintegrate && pod install
  • clean ios build folder (within xcode)

@joaoferreiro joaoferreiro linked an issue Dec 7, 2022 that may be closed by this pull request
@joaoferreiro joaoferreiro deleted the 4-update-to-react-native-070 branch December 12, 2022 14:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update to React-Native 0.70
1 participant