réactif-natif-youtube-iframe Android Crash
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} }
/>
Tarik