-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG]: Flickering transition from poster image to video #4240
Comments
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.
There is a newer version of the library available. You are using version 6.6.0, while the latest stable version is 6.6.4. Please update to the latest version and check if the issue still exists.
|
According to #3972 (comment)
Was this a bug or a feature? We were using this as a feature for vimeo videos where the poster is the first frame of the video. It was seemless before this fix. Now it's a poster then a frame of black then the video plays |
Let us release next version, and I will double check this issue. |
same in version 6.7.0 |
can confirm this we have a black screen flicker in 6.7.0 too, RN 75.4, not on new arch I reverted to 6.3.0 (the last version we used before updating) and the flicker is gone |
Version
6.6.0
What platforms are you having the problem on?
iOS, Android
System Version
ios 15
On what device are you experiencing the issue?
Real device, Simulator
Architecture
New architecture with interop layer
What happened?
Caused by #3972
Reverting poster style to not include display:none fixes this
Reproduction Link
repository link
Reproduction
Just a video component with a poster.
Before the video plays there is a flicker.
The text was updated successfully, but these errors were encountered: