/office-marathon

Example app for background location tracking in Expo

Primary LanguageJavaScriptMIT LicenseMIT


vscode-expo

Office Marathon

An example app for background location tracking in Expo

license Android Play store demo

Structure  —  How to use it

This demo app is a simple example of how to use background location tracking on Android. With this app, you can measure your total distance traveled within the office or your home.

📁 Structure

  • app - is our entrypoint for the app, combining all providers.

Providers

Screens

  • screens/onboarding - this is where the app asks the user for background location permissions.
  • screens/distance - after the permissions are granted, the user can start/stop/reset location tracking and see their distance.

Services

🚀 How to use it

  • Clone the repository
  • $ yarn install
  • $ yarn expo start

with :heart:  byCedric