You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried solution here: #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.
The text was updated successfully, but these errors were encountered:
I tried solution here: #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.
The text was updated successfully, but these errors were encountered: