Browse Source

specify react-native link module in readme

Reed Jones 5 years ago
parent
commit
9ae02891db
No account linked to committer's email address
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      README.md

+ 2
- 2
README.md View File

83
 For 0.29.2+ projects, simply link native packages via the following command (note: rnpm has been merged into react-native)
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
 As for projects < 0.29 you need `rnpm` to link native packages
89
 As for projects < 0.29 you need `rnpm` to link native packages
95
 Optionally, use the following command to add Android permissions to `AndroidManifest.xml` automatically
95
 Optionally, use the following command to add Android permissions to `AndroidManifest.xml` automatically
96
 
96
 
97
 ```sh
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
 pre 0.29 projects
101
 pre 0.29 projects