Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
Simek authored Aug 3, 2022
1 parent 04fe4d3 commit 7a2b57b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/running-on-simulator-ios.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ The device names correspond to the list of devices available in Xcode. You can c

If you have multiple iOS versions installed, you also need to specify it's appropiate version. E.g. run `npx react-native run-ios --simulator='iPhone 13 Pro (15.5)'` in order to specify the iOS version.

## Specifying an udid
## Specifying an UDID

You can specify the device udid returned from `xcrun simctl list devices` command. E.g. run `npx react-native run-ios --udid='AAAAAAAA-AAAA-AAAA-AAAA-AAAAAAAAAAAA'`
You can specify the device UDID returned from `xcrun simctl list devices` command. E.g. run `npx react-native run-ios --udid='AAAAAAAA-AAAA-AAAA-AAAA-AAAAAAAAAAAA'`.

0 comments on commit 7a2b57b

Please sign in to comment.