TheWidlarzGroup / react-native-video

A <Video /> component for react-native
https://docs.thewidlarzgroup.com/react-native-video/
MIT License
7.23k stars 2.9k forks source link

[BUG]: On Android only : Video inside action sheet with scroll are out of boundes #4310

Open edenmeshulam opened 3 hours ago

edenmeshulam commented 3 hours ago

Version

latest

What platforms are you having the problem on?

Android

System Version

latest

On what device are you experiencing the issue?

Real device, Simulator

Architecture

New architecture with interop layer

What happened?

When i scroll down inside action sheet the video is out from the action sheet

Reproduction Link

repository link

Reproduction

Step to reproduce this bug are: video inside action sheet with scrollview image

github-actions[bot] commented 3 hours ago

Thank you for your issue report. Please note that the following information is missing or incomplete:

Please update your issue with this information to help us address it more effectively.

Note: issues without complete information have a lower priority

There is a newer version of the library available. You are using version latest, while the latest stable version is 6.8.2. Please update to the latest version and check if the issue still exists.

Note: If the issue still exists, please update the issue report with the latest information.

freeboub commented 3 hours ago

I think you should try with textureView

edenmeshulam commented 2 hours ago

I think you should try with textureView

Can you give more information about that, please?