DylanVann / react-native-fast-image

🚩 FastImage, performant React Native image component.
MIT License
8.21k stars 1.51k forks source link

WEBP Images loading fine but getting warnings in React Native saying "Error decoding image data <NSData...." #727

Open PawanP1808 opened 4 years ago

PawanP1808 commented 4 years ago

I tried solution here: https://github.com/DylanVann/react-native-fast-image/issues/476 its loads the image, but I just get a bunch of promise rejections (with error message stated in the title) on any image as soon as i add this line to Appdelegate.m: [SDImageCodersManager.sharedManager addCoder:SDImageWebPCoder.sharedCoder]; and Webp images dont load without that line ios 13.6.1

Dependency versions

Note: if these are not the latest versions of each I recommend updating as extra effort will not be taken to be backwards compatible, and updating might resolving your issue.

whck6 commented 3 years ago

+1