TheWidlarzGroup / react-native-video

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

fix: hiding poster #4308

Closed moskalakamil closed 1 day ago

moskalakamil commented 5 days ago

Summary

remove display none video style when poster is visible

Motivation

display none was triggering issues on new architecture, because native view was invisible and didn't trigger _onReadyForDisplay and some others events

Changes

Test plan