From 0528ec6c2d4e000ebf134fc681c6e83b5604dd76 Mon Sep 17 00:00:00 2001 From: harukin-expo-dev-env Date: Fri, 7 Jun 2024 07:30:47 +0000 Subject: [PATCH] =?UTF-8?q?=E6=95=B4=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/Apps/WebView.jsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/components/Apps/WebView.jsx b/components/Apps/WebView.jsx index f93a85e..f080ed1 100644 --- a/components/Apps/WebView.jsx +++ b/components/Apps/WebView.jsx @@ -167,10 +167,8 @@ export const AppsWebView = ({ javaScriptEnabled allowsBackForwardNavigationGestures setSupportMultipleWindows - onNavigationStateChange={onNavigationStateChange} - onMessage={onMessage} + {...{ onMessage, onNavigationStateChange, onLoadEnd }} injectedJavaScript={injectJavascript} - onLoadEnd={onLoadEnd} /> ); };