Skip to content

Example app for background location tracking in Expo

License

Notifications You must be signed in to change notification settings

dspinellis/office-marathon

 
 

Repository files navigation


vscode-expo

Office Marathon

An example app for background location tracking in Expo

license Android Play store demo


With this app, you can measure your total distance traveled within the office or your home. It's a simple app with the following 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

Run locally

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

with ❤️  byCedric

About

Example app for background location tracking in Expo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.3%
  • JavaScript 0.7%