Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
PawanP1808 opened this issue Sep 5, 2020 · 1 comment
Labels

Comments

@PawanP1808
Copy link

PawanP1808 commented Sep 5, 2020

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.

@PawanP1808 PawanP1808 added the bug label Sep 5, 2020
@whck6
Copy link

whck6 commented Sep 2, 2021

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants