Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 584 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 584 Bytes

location-app

This is a react native app that gets the user's geolocation from Google API

  1. To run it install by running expo npm install -g expo-cli
  2. cd into the root directory
  3. run npm install and expo start
  4. Install expo on your android phone ( make sure your phone and dev machine are on the same internet network )
  5. Use the QR reader on expo to read the QR code from the terminal/browser
  6. You should be able to see your running app on your phone

On the app screen click Locate button to invoke the Google Geolocation API. For now it just logs this info on console