Skip to content

Commit

Permalink
npx and simulator README updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jmwind committed Oct 4, 2020
1 parent d2844a7 commit fa2b920
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,14 @@ cd bouncifyrn
npm install
react-native run-ios
npx react-native run-ios
```

Or you can pick another simulator by running
```
xcrun simctl list
npx react-native run-ios --simulator "iPad Pro (12.9-inch)"
```

## TODOs
Expand Down

0 comments on commit fa2b920

Please sign in to comment.