Getting Setup - 100Trees/MobileTrees GitHub Wiki
First, follow the setup here.
Clone this repository, and then run npm install.
Xcode Specific
- Open up the project inside of the
/iosfolder. - Look for libraries on the right.
- Follow this to fix a library linking issue. Currently (4/27/17) the only modules that need to be linked manually are
react-native-mapsandreact-native-photo-browser.
Android
- Install genymotion
- Make sure your path variables are good.
This is the current stackoverflow page that is closest to fixing current problem.