/JGIDigiTiki

Digital tracking tool for the Jane Goodall Institute

Primary LanguageJavaScript

JGIDigiTiki

Build Status

Digital tracking tool for the Jane Goodall Institute

Development

This project is built with React Native.

  1. Follow https://facebook.github.io/react-native/docs/getting-started.html to setup React Native development environment for Android
  2. Install dependencies
$ npm install
  1. To run the app in debug mode
$ react-native run-android
  1. To generate release APK file
$ cd android
$ ./gradlew assembleRelease