- NodeJS (16.x.x)
- NPM (8.x.x)
This project is mainly focused on the Android platform. Pay attention that if we add any library, we MUST configure it for both IOS and Android platforms.
In case you install new library don't forget to run npx pod-install
- Create and fill in .env file following .env.example file
- Run
npm install
at the root folder - Start Metro:
npm run start
- Start the app:
npm run android