Created
October 7, 2018 17:14
-
-
Save wadewegner/3942b2f67103cae4c096fd3971dd9854 to your computer and use it in GitHub Desktop.
Getting React Native 0.57.2 and Xcode 10 to work together
This file contains 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
react-native init sampleapp | |
cd sampleapp/ | |
# Open your project in Xcode by double-clicking on ios/sampleapp.xcodeproj. | |
# File > Project Settings | |
# Change the Build System to Legacy Build System in Per-User Project Settings | |
yarn add @babel/runtime --dev | |
# Open new tab | |
react-native start --reset-cache | |
# Return to original tab | |
react-native run-ios |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment