We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 367e1e4 + c5074b3 commit 1e818b6Copy full SHA for 1e818b6
docs/install.md
@@ -11,9 +11,9 @@ import TabItem from '@theme/TabItem';
11
# Configure credentials
12
13
Before installing @rnmapbox/maps you'll need to get the proper credentials.
14
-You'll need:
15
- - secret access token with (Downloads:Read) scope to download iOS and Android SDK from mapbox.
16
- - 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`
17
18
See [Configure Credential](https://docs.mapbox.com/ios/navigation/guides/get-started/install/#configure-credentials) on mapbox.com for details.
19
0 commit comments