# react-native-webview-autoheight
An auto height webview for React Native.

`npm install react-native-webview-autoheight --save`



# usage

```javascript
<WebViewAutoHeigh
	source={{uri:'http://youurl.com/aaa.html'}}
/>
```
