Skip to content

Commit

Permalink
update running ios simulators 0.68 version (facebook#3045)
Browse files Browse the repository at this point in the history
  • Loading branch information
luism3861 authored Mar 31, 2022
1 parent 5e5bf19 commit 20fc118
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ Once you have your React Native project initialized, you can run `npx react-nati

## Specifying a device

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 11"`. If you wish to run your app on an iPhone SE (1st generation), run `npx react-native run-ios --simulator="iPhone SE (1st generation)"`.
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 13"`. If you wish to run your app on an iPhone SE (2nd generation), run `npx react-native run-ios --simulator="iPhone SE (2nd generation)"`.

The device names correspond to the list of devices available in Xcode. You can check your available devices by running `xcrun simctl list devices` from the console.

0 comments on commit 20fc118

Please sign in to comment.