Skip to content

Commit 9ae0289

Browse files
authored
specify react-native link module in readme
1 parent d8c79f6 commit 9ae0289

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
@@ -83,7 +83,7 @@ If automatically linking doesn't work for you, see instructions on [manually lin
8383
For 0.29.2+ projects, simply link native packages via the following command (note: rnpm has been merged into react-native)
8484

8585
```
86-
react-native link
86+
react-native link rn-fetch-blob
8787
```
8888

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

9797
```sh
98-
RNFB_ANDROID_PERMISSIONS=true react-native link
98+
RNFB_ANDROID_PERMISSIONS=true react-native link rn-fetch-blob
9999
```
100100

101101
pre 0.29 projects

0 commit comments

Comments
 (0)