diff --git a/index.js b/index.js index 0c8566c..786d5a2 100644 --- a/index.js +++ b/index.js @@ -67,6 +67,10 @@ export default class MyWebView extends Component { this.webview.stopLoading(); } + reload() { + this.webview.reload(); + } + render () { const _w = this.props.width || Dimensions.get('window').width; const _h = this.props.autoHeight ? this.state.webViewHeight : this.props.defaultHeight;