Skip to content

Commit eff4ae1

Browse files
authored
Merge pull request #303 from reed-jones/patch-1
specify react-native link module in readme
2 parents d173246 + 9ae0289 commit eff4ae1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ If automatically linking doesn't work for you, see instructions on [manually lin
7979
For 0.29.2+ projects, simply link native packages via the following command (note: rnpm has been merged into react-native)
8080

8181
```
82-
react-native link
82+
react-native link rn-fetch-blob
8383
```
8484

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

9393
```sh
94-
RNFB_ANDROID_PERMISSIONS=true react-native link
94+
RNFB_ANDROID_PERMISSIONS=true react-native link rn-fetch-blob
9595
```
9696

9797
pre 0.29 projects

0 commit comments

Comments
 (0)