mirror of
https://github.com/status-im/react-native-webview.git
synced 2025-02-23 09:18:38 +00:00
Merge branch 'cleaning-ios-wkwebview' into renaming/rct-rnc-android
This commit is contained in:
commit
71cc1042f8
@ -255,7 +255,7 @@ class WebView extends React.Component<WebViewSharedProps, State> {
|
|||||||
|
|
||||||
const webView = (
|
const webView = (
|
||||||
<NativeWebView
|
<NativeWebView
|
||||||
ref={webViewRef}
|
ref={this.webViewRef}
|
||||||
key="webViewKey"
|
key="webViewKey"
|
||||||
style={webViewStyles}
|
style={webViewStyles}
|
||||||
source={resolveAssetSource(source)}
|
source={resolveAssetSource(source)}
|
||||||
@ -390,7 +390,7 @@ class WebView extends React.Component<WebViewSharedProps, State> {
|
|||||||
* Returns the native `WebView` node.
|
* Returns the native `WebView` node.
|
||||||
*/
|
*/
|
||||||
getWebViewHandle = () => {
|
getWebViewHandle = () => {
|
||||||
return ReactNative.findNodeHandle(webViewRef.current);
|
return ReactNative.findNodeHandle(this.webViewRef.current);
|
||||||
};
|
};
|
||||||
|
|
||||||
_onLoadingStart = (event: WebViewNavigationEvent) => {
|
_onLoadingStart = (event: WebViewNavigationEvent) => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user