WrathChaos / react-native-progressive-fast-image

Customizable progressive image for React Native with FastImage
https://freakycoder.com
109 stars 12 forks source link

Warning on android ReactImageView: Image source "null" doesn't exist #13

Open tamhv opened 7 months ago

tamhv commented 7 months ago

The warning shows on android, all images rendered, not sure why the warning

ReactImageView: Image source "null" doesn't exist

"react-native": "0.72.4", "@freakycoder/react-native-progressive-fast-image": "^1.0.0",

WrathChaos commented 7 months ago

I believe this is coming from react-native-fast-image library. Which version are you using from react-native-fast-image?

tamhv commented 7 months ago

hi @WrathChaos i'm using "react-native-fast-image": "^8.6.3"

When i switch to use FastImage component, the warning disappears.

WrathChaos commented 7 months ago

Thank you, I will take a look at it today :)

brianjd commented 7 months ago

I find it is when thumbnailSource isn't defined.