· software
How to implement true Picture-in-Picture (PiP) on iOS in React Native (outside app, like WhatsApp)?
Current behavior Android: I’m using native Picture-in-Picture PiP via a custom native module and it works correctly video floats outside the app. iOS: I’m curr...