byCedric / 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

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

About

Example app for background location tracking in Expo

License:MIT License


Languages

Language:TypeScript 99.3%Language:JavaScript 0.7%