Browse Source

Merge pull request #303 from reed-jones/patch-1

specify react-native link module in readme
Travis Nuttall 4 years ago
parent
commit
eff4ae1583
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

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