Run project
To start the project, you need to run the following commands
Install dependencies
npm install
oryarn add
to install pods (IOS):
cd ios && pod install
Go back to the root directory:
cd ..
Run project
npm run android
oryarn android
(Android only)npm run ios
oryarn ios
(ios only)
Last updated