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} /> ); };