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
