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
React Native version: 0.63.2
React version: 16.13.1
React Native Fast Image version: 8.3.2
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.
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.1Dependency 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.