Open quangtuan28200 opened 1 month 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
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
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
Thank you for your bug report. We will review it and get back to you if we need more information.
Thank you for your bug report. We will review it and get back to you if we need more information.
Thank you for your bug report. We will review it and get back to you if we need more information.
Thank you for your bug report. We will review it and get back to you if we need more information.
can you try with this PR please: https://github.com/TheWidlarzGroup/react-native-video/pull/4185 I fixed something really similar with it.
can you try with this PR please: #4185 I fixed something really similar with it.
Sorry, I'm new to react-native. How can I apply that?
I try yarn add react-native-video@https://github.com/freeboub/react-native-video#feat/reworkSourceStart
but I got this error at import Cannot find module 'react-native-video' or its corresponding type declarations.
I checked node_module
and didn't see the lib
folder in the react-native-video
.
I'm using yarn 3.6.4
and react-native 0.74.3
This issue is stale because it has been open for 30 days with no activity. If there won't be any activity in the next 14 days, this issue will be closed automatically.
Version
6.6.2
What platforms are you having the problem on?
Android
System Version
10
On what device are you experiencing the issue?
Real device
Architecture
New architecture with interop layer
What happened?
Black screen when
Video
unmounts:https://github.com/user-attachments/assets/96c48fad-23d5-40c1-a11e-72a85a9a3d19
It's happen on old devices, with Android 14, I tested and it's normal, I can fix that by setting
viewType={ViewType.TEXTURE}
but sometimes I get this error:any solution? Thanks.
Reproduction Link
don't have
Reproduction
here is a sample code: