Digital tracking tool for the Jane Goodall Institute
This project is built with React Native.
- Follow https://facebook.github.io/react-native/docs/getting-started.html to setup React Native development environment for Android
- Install dependencies
$ npm install
- To run the app in debug mode
$ react-native run-android
- To generate release APK file
$ cd android
$ ./gradlew assembleRelease