浏览代码

chore(docs): npm install instructions to docs (#616 by @a-c-sreedhar-reddy)

[skip ci]
A C SREEDHAR REDDY 6 年前
父节点
当前提交
fab6008dd1
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6
    0
      docs/Getting-Started.md

+ 6
- 0
docs/Getting-Started.md 查看文件

6
 
6
 
7
 ```
7
 ```
8
 $ yarn add react-native-webview
8
 $ yarn add react-native-webview
9
+```
10
+ (or)
11
+ 
12
+ For npm use
13
+```
14
+$ npm install --save react-native-webview
9
 ```
15
 ```
10
 
16
 
11
 #### 2. Link native dependencies
17
 #### 2. Link native dependencies