duckybsd / office-marathon

Example app for background location tracking in Expo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


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

License:MIT License


Languages

Language:TypeScript 99.3%Language:JavaScript 0.7%