WHERE AM I?
=======================
A react-native example app that demonstrates location services, google maps api, and jest testing
Setup
-
Clone whereami:
git clone https://github.com/adamwysocki/whereami.git
- install dependencies
npm install
To run:
- For iOS, from the command line, run via command:
react-native run-ios
or open XCode and load project, RunProduct -> Run (⌘+R)
- For android, from the command line, run via the command:
react-native run-android
assuming you have an emulator or device running and attached - To run Jest,
npm test
- Enjoy!