Created
April 1, 2022 05:55
-
-
Save pgrepds/6613bdc079f42e440a8548371e762301 to your computer and use it in GitHub Desktop.
react-native start specific ios simulator from the command line
This file contains 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
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