Skip to content

Commit

Permalink
Merge pull request #7 from pwellner/clarify-instructions
Browse files Browse the repository at this point in the history
Small clarifications to instructions
  • Loading branch information
mfazekas authored Feb 20, 2024
2 parents 367e1e4 + c5074b3 commit 1e818b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ import TabItem from '@theme/TabItem';
# Configure credentials

Before installing @rnmapbox/maps you'll need to get the proper credentials.
You'll need:
- secret access token with (Downloads:Read) scope to download iOS and Android SDK from mapbox.
- public token to use as accessToken when running the app
You'll need two tokens:
- Secret access token with (Downloads:Read) scope to download iOS and Android SDK from mapbox. The secret token starts with `sk.ey`
- Public token to use as accessToken when running the app. The public token starts with `pk.ey`

See [Configure Credential](https://docs.mapbox.com/ios/navigation/guides/get-started/install/#configure-credentials) on mapbox.com for details.

Expand Down

0 comments on commit 1e818b6

Please sign in to comment.