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 +6,12 @@ Here's how to get started quickly with the React Native WebView.
6 6
 
7 7
 ```
8 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 17
 #### 2. Link native dependencies