react-native-fast-image
react-native-fast-image copied to clipboard
Some images throws error, but loads OK with React Native Image component.
Describe the bug Some images loaded by FastImage throws error when React Native Image loads image ok.
To Reproduce Steps to reproduce the behavior if possible, or a link to a reproduction repo:
Implement FastImage and add this url to source: https://smattcomstg.s3.us-west-1.amazonaws.com/media/uploads/ads/214/50/2021_08_20_12_33_47_original.png
Expected behavior Should to show image, but calls error.
Screenshots
Dependency versions
- React Native version: 0.64.3
- React version: 17.0.1
- React Native Fast Image version: ^8.5.11
Did you find any solution to this?
Did you find any solution to this?
My workaround was to set the error to false after onLoad
https://github.com/DylanVann/react-native-fast-image#onload-event--void
same problem...
Yes, it happen same for me