File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ import TabItem from '@theme/TabItem';
11
11
# Configure credentials
12
12
13
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
14
+ You'll need two tokens :
15
+ - Secret access token with (Downloads: Read ) scope to download iOS and Android SDK from mapbox. The secret token starts with ` sk.ey `
16
+ - Public token to use as accessToken when running the app. The public token starts with ` pk.ey `
17
17
18
18
See [ Configure Credential] ( https://docs.mapbox.com/ios/navigation/guides/get-started/install/#configure-credentials ) on mapbox.com for details.
19
19
You can’t perform that action at this time.
0 commit comments