-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
[Android] Some image files are not loadable by Image component #20420
Comments
Encountering the same issue. Any updates? |
My solution was to re-encode the images (with a free online converter, don't remember which though), and re-upload the new version. |
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may also label this issue as "For Discussion" or "Good first issue" and I will leave it open. Thank you for your contributions. |
👋 hey all, thanks for reporting this issue. Please, could you confirm if this is still an issue with the latest version of React Native? Also, I'd suggest that making this issue over at https://github.com/facebook/fresco is probably a better place for this to be; Fresco is used internally by React Native for images on Android. Thank you |
Environment
Tested on
Description
Some images won't load in component Image.
I've tried the following:
The only difference I found between a loadable image and a not-loadable one is their
Color profile
andAlpha channel
definitions:Reproducible Demo
Here is a snack
The text was updated successfully, but these errors were encountered: