Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add docs to show how to select specific simulator. #8078

Closed
wants to merge 9 commits into from
4 changes: 4 additions & 0 deletions docs/QuickStart-GettingStarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,10 @@ react-native run-ios

If everything is set up correctly, you should see your new app running in the iOS Simulator shortly.

> You can specify the device the simulator should run with the `--simulator` flag, followed by the device name as a string. The default is `"iPhone 6"`. Example: `react-natvie run-ios --simulator "iPhone 4s"`.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo: react-natvie

> The device names corresponds to the list of devices available in xcode. You can check your available devices by running `xcrun simctl list devices` from the console.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Xcode



Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we remove the extraneous blank line entry here?

> You can also
> [open the `AwesomeProject`](http://nuclide.io/docs/quick-start/getting-started/#adding-a-project)
> folder in [Nuclide](http://nuclide.io) and
Expand Down