Description
- Review the documentation: https://facebook.github.io/react-native
- Search for existing issues: https://github.com/facebook/react-native/issues
- Use the latest React Native release: https://github.com/facebook/react-native/releases
Environment
Run react-native info
in your terminal and paste its contents here.
Environment:
OS: macOS High Sierra 10.13.6
Node: 8.3.0
Yarn: 1.2.1
npm: 5.3.0
Watchman: 4.9.0
Xcode: Xcode 10.0 Build version 10A255
Android Studio: 3.1 AI-173.4819257
Packages: (wanted => installed)
react: 16.4.0 => 16.4.0
react-native: 0.55.4 => 0.55.4
Description
So I've noticed that certain images don't load when I test on an Android device, but they do load fine in the emulator. The only thing I've noticed these images having in common is that they have a color profile of sRGB IEC61966-2.1, which I don't think is a coincidence. The images in question are also .PNGs. Is there any known fix for this? Or is it at least fixed in RN 57?
My target and compile versions are 27.
Reproducible Demo
Try to render any image with the color profile sRGB IEC61966-2.1, such as the one below.