Skip to content

Instantly share code, notes, and snippets.

@Drzaln
Last active January 23, 2023 03:04
Show Gist options
  • Select an option

  • Save Drzaln/fa1c21c8de837324ebfc61033acc3f90 to your computer and use it in GitHub Desktop.

Select an option

Save Drzaln/fa1c21c8de837324ebfc61033acc3f90 to your computer and use it in GitHub Desktop.
Run react native apps directly to iPhone
  1. Enable Developer Mode in Settings -> Privacy & Security
  2. install ios-deploy globally using npm install -g ios-deploy
  3. run xcrun xctrace list devices to list all devices
  4. run npx react-native run-ios --device "phone name"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment