When entering the PiP on Android, layout seems sluggish and turnes out to be incorrect. In the small mode the video is scaled too large (cropping off part of the video), in large mode it's too small (adding whitespace).
I'm using react-navigation and a native stack navigator. When using a non-native stack-navigator, layout has way better performance and is also correct, but that of course, is not what we want.
Tested on react-native-theoplayer@8.18.0 and react-native-theoplayer@10.9.0.

