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