浏览代码

Update Readme

iou90 4 年前
父节点
当前提交
1900492570
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5
    0
      README.md

+ 5
- 0
README.md 查看文件

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