Skip to content

Instantly share code, notes, and snippets.

@wadewegner
Created October 7, 2018 17:14
Show Gist options
  • Save wadewegner/3942b2f67103cae4c096fd3971dd9854 to your computer and use it in GitHub Desktop.
Save wadewegner/3942b2f67103cae4c096fd3971dd9854 to your computer and use it in GitHub Desktop.
Getting React Native 0.57.2 and Xcode 10 to work together
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