Created
March 8, 2017 09:05
-
-
Save mmazzarolo/27a35124025715169807c69eb53ce542 to your computer and use it in GitHub Desktop.
Start React-Native app on IOS device by CLI
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
# 1. Make sure to globally install the npm ios-deploy module first: | |
npm i -g ios-deploy | |
# 2. Run the following command: | |
react-native run-ios --device | |
# Hint - You can also specify the device name if needed: | |
react-native run-ios --device "Paul's iPhone" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment