Change readme instructions to run using Iphone 13

This commit is contained in:
Tiago Jacobs 2022-02-12 03:45:45 -03:00
parent 9edfac1cd6
commit 82e2b6327b

View File

@ -34,7 +34,7 @@ npx pod-install
npx react-native start
# In other terminal, run the app:
npx react-native run-ios
npx react-native run-ios --simulator="iPhone 13"
```