openspacelabs / react-native-zoomable-view

A view component for react-native with pinch to zoom, tap to move and double tap to zoom capability.
MIT License
189 stars 57 forks source link

Screen share sometimes overlaps video on Android #78

Open Vaib215 opened 7 months ago

Vaib215 commented 7 months ago

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:

Dependencies Info :

"@livekit/react-native": "^1.2.0",
"@livekit/react-native-webrtc": "^104.0.1",
"react-native-pip-android": "^1.0.1",
"@openspacelabs/react-native-zoomable-view": "^2.1.1",

Additional context Urgent requirement