Selaa lähdekoodia

Update Readme

iou90 5 vuotta sitten
vanhempi
commit
1900492570
1 muutettua tiedostoa jossa 5 lisäystä ja 0 poistoa
  1. 5
    0
      README.md

+ 5
- 0
README.md Näytä tiedosto

20
 
20
 
21
 ## usage
21
 ## usage
22
 
22
 
23
+react-native-webview is a peer dependency and must be installed along this lib.
24
+```
25
+npm install react-native-autoheight-webview react-native-webview
26
+```
27
+
23
 ```javascript
28
 ```javascript
24
 import AutoHeightWebView from 'react-native-autoheight-webview'
29
 import AutoHeightWebView from 'react-native-autoheight-webview'
25
 
30