From 82e2b6327b1e720bb5e4c995f16ed8c1ff53bd73 Mon Sep 17 00:00:00 2001 From: Tiago Jacobs Date: Sat, 12 Feb 2022 03:45:45 -0300 Subject: [PATCH] Change readme instructions to run using Iphone 13 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f5f16b4..60dbc22 100644 --- a/README.md +++ b/README.md @@ -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" ```