Skip to content

Instantly share code, notes, and snippets.

@mmazzarolo
Created March 8, 2017 09:05
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mmazzarolo/27a35124025715169807c69eb53ce542 to your computer and use it in GitHub Desktop.
Save mmazzarolo/27a35124025715169807c69eb53ce542 to your computer and use it in GitHub Desktop.
Start React-Native app on IOS device by CLI
# 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