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/codeforpublic/SQUID.git
- Install Dependencies
cd SQUID && yarn && (cd ios; pod install)
- Start
yarn ios
- Clone
git clone https://github.com/codeforpublic/SQUID.git
- Install Dependencies
cd SQUID && yarn
- Start
npx react-native run-android