react-native-progressive-fast-image icon indicating copy to clipboard operation
react-native-progressive-fast-image copied to clipboard

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

Open tamhv opened this issue 1 year ago • 4 comments
trafficstars

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",

tamhv avatar Nov 25 '23 02:11 tamhv

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

WrathChaos avatar Nov 26 '23 12:11 WrathChaos

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

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

tamhv avatar Nov 27 '23 01:11 tamhv

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

WrathChaos avatar Nov 27 '23 08:11 WrathChaos

I find it is when thumbnailSource isn't defined.

brianjd avatar Dec 11 '23 19:12 brianjd