Skip to content

Commit

Permalink
docs(install): switch from rnpm to react-native
Browse files Browse the repository at this point in the history
RNPM is merged into React Native core - see [here](https://github.com/rnpm/rnpm/blob/master/README.md#dear-friends)
  • Loading branch information
BrunoCartier authored and tmcw committed Dec 5, 2016
1 parent 7627679 commit 9f053a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ npm install --save react-native-mapbox-gl --ignore-scripts

#### Step 2 - Use with Gradle

##### Option A - With [rnpm](https://github.com/rnpm/rnpm)
##### Option A - Automatically

```shell
rnpm link
react-native link
```

##### Option B - Manually
Expand Down

0 comments on commit 9f053a5

Please sign in to comment.