This commit is contained in:
harukin-expo-dev-env 2024-06-07 07:30:47 +00:00
parent e23ee3f415
commit 0528ec6c2d

View File

@ -167,10 +167,8 @@ export const AppsWebView = ({
javaScriptEnabled
allowsBackForwardNavigationGestures
setSupportMultipleWindows
onNavigationStateChange={onNavigationStateChange}
onMessage={onMessage}
{...{ onMessage, onNavigationStateChange, onLoadEnd }}
injectedJavaScript={injectJavascript}
onLoadEnd={onLoadEnd}
/>
);
};