React Native Task - Set up PIP Mode in both android and ios
react-native-video-player - for the video playback
PipHandler - is a handler for handling native module methods
- enterPipMode() -> To access
enterPipMode()
method mentioned inside native module- accepts width and height for pip mode and converts it into pip mode by using PictureInPictureParams of android
- enblePIPModeIos() -> To access
enablePictureInPictureMode()
method inside the native module that contains the code to convert it into pip mode
- android - androidpip.webm
- ios