Skip to content

Commit

Permalink
chore: update description for ios simulator (react-native-community#1283
Browse files Browse the repository at this point in the history
)

Co-authored-by: luism3861 <[email protected]>
  • Loading branch information
luism3861 and luism3861 authored Oct 11, 2020
1 parent 19ac586 commit 68a5e02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/platform-ios/src/commands/runIOS/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -537,8 +537,8 @@ export default {
func: runIOS,
examples: [
{
desc: 'Run on a different simulator, e.g. iPhone SE',
cmd: 'react-native run-ios --simulator "iPhone SE"',
desc: 'Run on a different simulator, e.g. iPhone SE (1st generation)',
cmd: 'react-native run-ios --simulator "iPhone SE (1st generation)"',
},
{
desc: 'Pass a non-standard location of iOS directory',
Expand Down

0 comments on commit 68a5e02

Please sign in to comment.