Note: Make sure you have completed the React Native - Environment Setup instructions till "Creating a new application" step, before proceeding.
First, you will need to install the project's Node.js dependencies:
# using npm
npm install
Next, you'll need to install the iOS-specific dependencies via CocoaPods. Use the following npm script to install the pods:
# using npm
npm run pod-install
Once all the dependencies are installed, you can run the iOS version of the app. Use the following command to launch the app on the iOS simulator:
# using npm
npm run ios