From f447ed39a8351cadd2cfcd521a270fb73d393f34 Mon Sep 17 00:00:00 2001 From: David Biga Date: Thu, 12 Mar 2020 22:02:38 -0500 Subject: [PATCH] Update README (#27) --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 959731522d..f47d93c1f3 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,13 @@ Android is currently being optimized. iOS will need to be tested, optimized, an Refer to and run the dev_setup.sh for needed tools. +### iOS Configuration - First Time Setup + +1. pod install in `ios` directory +2. Open `.workspace` file in the iOS directory and run `build` +3. If you have any trouble with packages not round, try `react-native link` from project directory. +4. Look at running commands below. + ## Running Install modules: @@ -30,7 +37,7 @@ npx react-native run-android ``` or ``` -npx react-native run-ios +npx react-native run-ios --simulator="iPhone 8 Plus" ``` ## Deploying