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 installRun the app
iOS
Before running the app on iOS, make sure to install pods first.
npx pod-installRun on iOS
yarn run-iosRun on Android
yarn run-androidLast updated
Was this helpful?