Skip to content

Latest commit

 

History

History
55 lines (42 loc) · 1.41 KB

README.md

File metadata and controls

55 lines (42 loc) · 1.41 KB

LocationBasedApp

Cross-platform app that displays the phone's current GPS position.

Task List

  • Init Project
  • Init Google Maps
  • Display location
  • Get user's current location
  • Track user's location
  • Send location to server
  • Handle errors on sending location to server

Packages Used

Local Developement and Test

To setup the development environment, please follow the guide here.

Clone repo

git clone https://github.com/Amine-ounn/ASEGP2

Install packages

npm install

Install pods (Necessary for iOS)

At the root of your project, navigate to ios folder and install pods

cd ios && pod install

Run project

Note: these commands may be different depending on your setup, if you are experiencing issue please follow the react-native guide you used while setting up your environment.

iOS

npm run ios

Android

npm run android