You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Michota nice catch, I'll be looking into it, however I think it's an issue with react-native-video since we didn't implement the poster ourselves, but it's implemented inside react-native-video
VideoPlayer
keeps on throwingconsole.warn
saying thatReactImageView: Image source "null" doesn't exist
.It does so when
When i pass string
"test"
, it saysReactImageView: Image source "test" doesn't exist
.However, the poster is displayed correctly.
The text was updated successfully, but these errors were encountered: