Answers for "App crashing when navigating to new screen"

0

App crashing when navigating to new screen

It's a crazy bug in the WebView library where the fix is to set its opacity to 
0.99. This completely fixed it for me:

<YoutubePlayer 
...
    webViewStyle={ {opacity:0.99} }
/>

issue:
https://github.com/react-native-webview/react-native-webview/issues/811
Posted by: Guest on August-19-2021

Code answers related to "App crashing when navigating to new screen"

Browse Popular Code Answers by Language