- Set up your dev environment as described here
- Create a Mapbox account
- 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
.
In the project folder, run npm install
.
In the project folder, run npm start
.
In the project folder (in a new terminal window), run npm run android
. If you
In the project folder (in a new terminal window), run npm run ios
.