First follow this instruction to setup react-native https://reactnative.dev/docs/getting-started
Create .env file by rename from .env.dev
- Clone
git clone https://github.com/Cleverse/fight-covid-19
- Install Dependencies
cd fight-covid-19 && yarn && (cd ios; pod install)
- Start
npx react-native run-ios
- Clone
git clone https://github.com/Cleverse/fight-covid-19
- Install Dependencies
cd fight-covid-19 && yarn
- Start
npx react-native run-android