Getting Setup - 100Trees/MobileTrees GitHub Wiki

First, follow the setup here.

Clone this repository, and then run npm install.

Xcode Specific

  1. Open up the project inside of the /ios folder.
  2. Look for libraries on the right.
  3. Follow this to fix a library linking issue. Currently (4/27/17) the only modules that need to be linked manually are react-native-maps and react-native-photo-browser.

Android

  1. Install genymotion
  2. Make sure your path variables are good.

This is the current stackoverflow page that is closest to fixing current problem.