Skip to content

Jaleeh/LocationBasedApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published