Skip to content

Commit

Permalink
Merge pull request #303 from reed-jones/patch-1
Browse files Browse the repository at this point in the history
specify react-native link module in readme
  • Loading branch information
Traviskn authored Sep 26, 2019
2 parents d173246 + 9ae0289 commit eff4ae1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ If automatically linking doesn't work for you, see instructions on [manually lin
For 0.29.2+ projects, simply link native packages via the following command (note: rnpm has been merged into react-native)

```
react-native link
react-native link rn-fetch-blob
```

As for projects < 0.29 you need `rnpm` to link native packages
Expand All @@ -91,7 +91,7 @@ rnpm link
Optionally, use the following command to add Android permissions to `AndroidManifest.xml` automatically

```sh
RNFB_ANDROID_PERMISSIONS=true react-native link
RNFB_ANDROID_PERMISSIONS=true react-native link rn-fetch-blob
```

pre 0.29 projects
Expand Down

0 comments on commit eff4ae1

Please sign in to comment.