|
@@ -83,7 +83,7 @@ If automatically linking doesn't work for you, see instructions on [manually lin
|
83
|
83
|
For 0.29.2+ projects, simply link native packages via the following command (note: rnpm has been merged into react-native)
|
84
|
84
|
|
85
|
85
|
```
|
86
|
|
-react-native link
|
|
86
|
+react-native link rn-fetch-blob
|
87
|
87
|
```
|
88
|
88
|
|
89
|
89
|
As for projects < 0.29 you need `rnpm` to link native packages
|
|
@@ -95,7 +95,7 @@ rnpm link
|
95
|
95
|
Optionally, use the following command to add Android permissions to `AndroidManifest.xml` automatically
|
96
|
96
|
|
97
|
97
|
```sh
|
98
|
|
-RNFB_ANDROID_PERMISSIONS=true react-native link
|
|
98
|
+RNFB_ANDROID_PERMISSIONS=true react-native link rn-fetch-blob
|
99
|
99
|
```
|
100
|
100
|
|
101
|
101
|
pre 0.29 projects
|