Alternative to React-Native-Webview

Sorry for being vague. My app needs to render webpages and for that I’m currently using react-native-webview. However, when I launch any video from any website (from Webview) it messes up the orientation (full screen video exit messes up layout in Webview - #11 by mobshed)

So I would like to find out if that bug is coming from Webview itself or from another package. When I hardcode the video (using expo-av) it works fine.

Also, I recently started the dev. from scratch, using React-Navigation 5.0 and Hooks only… Same result.