Skip to content
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

ReactImageView: Image source "null" doesn't exist #113

Open
Michota opened this issue Jul 19, 2024 · 3 comments
Open

ReactImageView: Image source "null" doesn't exist #113

Michota opened this issue Jul 19, 2024 · 3 comments
Assignees
Labels
bug Something isn't working not reproducible Issue can't be reproduced

Comments

@Michota
Copy link

Michota commented Jul 19, 2024

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.

@LunatiqueCoder
Copy link
Owner

@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 LunatiqueCoder added the bug Something isn't working label Jul 19, 2024
@Michota
Copy link
Author

Michota commented Jul 20, 2024

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

@LunatiqueCoder
Copy link
Owner

@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 LunatiqueCoder self-assigned this Aug 9, 2024
@LunatiqueCoder LunatiqueCoder added the not reproducible Issue can't be reproduced label Aug 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working not reproducible Issue can't be reproduced
Projects
None yet
Development

No branches or pull requests

2 participants