LunatiqueCoder/react-native-media-console

ReactImageView: Image source "null" doesn't exist

Opened this issue · 3 comments

VideoPlayer keeps on throwing console.warn saying that ReactImageView: Image source "null" doesn't exist.
It does so when

  • poster prop is not used
  • poster props contains link

When i pass string "test", it says ReactImageView: Image source "test" doesn't exist.

However, the poster is displayed correctly.

@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

When I use the <Video/> from react-native-video, with or without poster prop, it does not throw a warn.

@Michota We also encountered this issue, but it seems fixed. The only thing that we did was to update react-native-video to latest.

Can you tell me what version are you using? Does it still reproduce on the latest version?