How to run the project
Make sure you have everything set up to run the project
Clone the repo
From project root folder install the packages:
yarn install
Run the app
iOS
Before running the app on iOS, make sure to install pods first.
npx pod-install
Run on iOS
yarn run-ios
Run on Android
yarn run-android
Last updated
Was this helpful?