react-native-media-console icon indicating copy to clipboard operation
react-native-media-console copied to clipboard

ReactImageView: Image source "null" doesn't exist

Open Michota opened this issue 1 year ago • 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 avatar Jul 19 '24 15:07 Michota

@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

LunatiqueCoder avatar Jul 19 '24 17:07 LunatiqueCoder

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

Michota avatar Jul 20 '24 07:07 Michota

@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?

LunatiqueCoder avatar Aug 09 '24 14:08 LunatiqueCoder