Code to create app Stronger Together to connect people's needs with people's resources during a natural dissaster. The code was developed during the F8 Hackathon 2019 held in San Jose, California from April 28th to 30th.
- Make sure you have a version of Node 8 or newer installed
- Download either XCode or Android Studio to be able to see your app in the simulator
- Navigate to the folder where you cloned the code and run
npm install
- Go to android/app/src/main/res/values and rename config.example.xml to config.xml (and change its values to match your API keys -- you'll need a Google Maps API key for this to run on Android)
- Run
npm start
- Run
react-native run-ios
orreact-native run-android