Browse Source

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

[skip ci]
A C SREEDHAR REDDY 5 years ago
parent
commit
fab6008dd1
1 changed files with 6 additions and 0 deletions
  1. 6
    0
      docs/Getting-Started.md

+ 6
- 0
docs/Getting-Started.md View File

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