Instructions to start:
- Follow the react native start up guide and install needed stuff (optimally, React Native CLI, iOS and Android)
- Clone this repo
- Run
npm install
in root to install node modules - Plug in Google API Key into
ios/Altruist/AppDelegate.m
andandroid/app/src/main/AndroidManifest.xml
- Plug in Altruist API domain into all
fakedomain.com
s that exist in the repo - Run
npx react-native run-ios
ornpx react-native run-android
If Cocoapods causes some error / there are duplicate dependencies for ios, clear the output files under Altruist -> Build Phases -> [CP] Copy Pods Resources
through Xcode