react-native-pip-android
react-native-pip-android copied to clipboard
A Picture in Picture module for react native android
updating kotlin version for current react native support
Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. I installed the package inside expo...
I've implemented the package and the sample code to my app. I've also added a background timer to change values when the app is in PIP mode ( i.e. background...
**Bug** The screen share sometimes overlaps the video component even after using `overflow:"hidden"` **Expected behavior** Should not overlap and exceed the boundary. **Screenshots** https://github.com/livekit/client-sdk-react-native/assets/91018916/11db5790-05f0-46cf-a174-56c0e9ad59ae **Device Info:** - Device: Moto g62...
I want to start PIP mode when the application moves to the background state. In some devices AppState's change listener reflects before the application fully moves to the background in...
state is no updating in pip mode i have added a stop watch in pip mood but it stop working it stop counting
build failed after installed react-native-pip-android
I noticed that if the user disables PIP permission, the app would crash when `enterPipMode` is called. Also added a listener for when the PIP window is closed.