A simple cross platform (iOS and Android) React Native geocache app and server (powered by now.sh). This example was put together for React Native by Example. Get started learning & mastering React Native for free!
git clone https://github.com/ReactNativeSchool/react-native-geocache-app.gitcd mobileyarn install/npm installcd server(available onfinishedbranch only)yarn install/npm install
cd mobileyarn run ios/npm run iosoryarn run android/npm run android
cd servernow dev
This project was put together to serve as an example to help you in building your own React Native apps. Feel free to download it and tinker with it!
