浏览代码

specify react-native link module in readme

Reed Jones 5 年前
父节点
当前提交
9ae02891db
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      README.md

+ 2
- 2
README.md 查看文件

@@ -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