Skip to content

Instantly share code, notes, and snippets.

@pgrepds
Created April 1, 2022 05:55
Show Gist options
  • Save pgrepds/6613bdc079f42e440a8548371e762301 to your computer and use it in GitHub Desktop.
Save pgrepds/6613bdc079f42e440a8548371e762301 to your computer and use it in GitHub Desktop.
react-native start specific ios simulator from the command line
List all available devices.
xcrun simctl list devices
Start device
npx react-native run-ios --simulator="iPhone SE (1st generation)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment