瀏覽代碼

Merge pull request #1 from Keksike/rnpm-to-react-native-in-readme

Switch from using rnpm to react-native cli in setup guide
Cihan Bebek 7 年之前
父節點
當前提交
b1130c7a5f
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3
    3
      README.md

+ 3
- 3
README.md 查看文件

31
 ## General Usage
31
 ## General Usage
32
 ```
32
 ```
33
 npm install --save react-native-permissions
33
 npm install --save react-native-permissions
34
-rnpm link
34
+react-native link
35
 ```
35
 ```
36
 
36
 
37
 Add permissions to manifest for android and info.plist for ios (xcode >=8). See notes below for more details.
37
 Add permissions to manifest for android and info.plist for ios (xcode >=8). See notes below for more details.
179
 
179
 
180
 ````
180
 ````
181
 npm install --save react-native-permissions
181
 npm install --save react-native-permissions
182
-rnpm link
182
+react-native link
183
 ````
183
 ````
184
 
184
 
185
-### Or manualy linking
185
+### Or manually linking
186
 
186
 
187
 #### iOS
187
 #### iOS
188
 * Run open node_modules/react-native-permissions
188
 * Run open node_modules/react-native-permissions