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

Some images throws error, but loads OK with React Native Image component.

Open kuriel-trivu opened this issue 3 years ago • 4 comments

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 image

Dependency versions

  • React Native version: 0.64.3
  • React version: 17.0.1
  • React Native Fast Image version: ^8.5.11

kuriel-trivu avatar Dec 19 '21 17:12 kuriel-trivu

Did you find any solution to this?

avinashsahoo avatar Mar 23 '22 07:03 avinashsahoo

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

AlexandreP-e avatar Apr 04 '22 13:04 AlexandreP-e

same problem...

aklevko avatar Sep 19 '22 17:09 aklevko

Yes, it happen same for me

bakhiem avatar May 19 '23 10:05 bakhiem