Explorar el Código

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

specify react-native link module in readme
Travis Nuttall hace 5 años
padre
commit
eff4ae1583
No account linked to committer's email address
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2
    2
      README.md

+ 2
- 2
README.md Ver fichero

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