Skip to content

maximilian-franz/geotracker

Repository files navigation

Prerequisites

  1. Set up your dev environment as described here
  2. Create a Mapbox account
  3. Configure your credentials as described here

You should now have two tokens, a public (pk.ey...) and a private one (sk.ey...). The secret token should be added to gradle.properties in your users home folder. The public token should be added to App.tsx.

Install Dependencies

In the project folder, run npm install.

Start the Dev Server

In the project folder, run npm start.

Build for Android

In the project folder (in a new terminal window), run npm run android. If you

Build for IOS

In the project folder (in a new terminal window), run npm run ios.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published