First, install the core dependencies:
npm install
For iOS, go to the ios
directory using:
cd ios
and install the dependencies by executing the command:
pod install
To run the application in your local desktop browser:
npm start
To run the application in an previously opened emulator or Android device:
npm run android
To run the application in an previously opened emulator or iOS device:
npm run ios