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

[skip ci]
This commit is contained in:
A C SREEDHAR REDDY 2019-06-02 09:36:31 +05:30 committed by Jamon Holmgren
parent db82ba3146
commit fab6008dd1
1 changed files with 6 additions and 0 deletions

View File

@ -6,6 +6,12 @@ Here's how to get started quickly with the React Native WebView.
``` ```
$ yarn add react-native-webview $ yarn add react-native-webview
```
(or)
For npm use
```
$ npm install --save react-native-webview
``` ```
#### 2. Link native dependencies #### 2. Link native dependencies