Skip to content

Commit

Permalink
Merge pull request #224 from arnaudambro/patch-2
Browse files Browse the repository at this point in the history
fixing incorrect accessToken file instruction
  • Loading branch information
mfazekas authored Jul 9, 2019
2 parents 1e88617 + cc55166 commit 27520b7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,12 @@ Not a Mapbox user yet? [Sign up for an account here](https://www.mapbox.com/sign
```
cd example
```
* Create a file called `accesstoken` in the root of the example project and just paste in your [Mapbox access token](https://www.mapbox.com/studio/account/tokens/).
* Create a file called `env.json` in the root of the example project and just paste in your [Mapbox access token](https://www.mapbox.com/studio/account/tokens/) in the property `accessToken`.
```
{
accessToken: {accessToken}
}
```

* Install our dependencies using `npm install`.
## Start React Native Packager
Expand Down

0 comments on commit 27520b7

Please sign in to comment.