react-native-webview-autoheight
react-native-webview-autoheight copied to clipboard
Ref doesn't have method reload
<MyWebView ref={ r => { this.webView = r } } />
this.webView.reload(); - doesn't work
@dsvgit could you send a PR?
This still doesn't work. How do we get a ref to the control?
@scazzy
stopLoading() { this.webview.stopLoading(); }
is this method important? it's not being called from anywhere.
if it's not important we can remove this method and ref will work as expected. I can make required changes and send you the PR.
@dsvgit @scazzy Do you have a fix for this error? 😃