Closed shidhincr closed 8 years ago
Hi,
I see a problem with the images. When I use the Image component from react-native-image-zoom, it looks distorted ( seems like some pixels are lost ).
Image
react-native-image-zoom
See this screenshot:
When I use Image from react-native-image-zoom -->
I don't have this problem when I use the Image component from react-native
When I use Image from react-native -->
react-native
Do you have any leads to fix this issue ?
I just figured it out that the Glide is actually causing this issue. I had to set-up a GlideBuilder configuration inside my app to change the decode format to PREFER_ARGB_8888.
Glide
PREFER_ARGB_8888
That fixed the issue!
Hi,
I see a problem with the images. When I use the
Image
component fromreact-native-image-zoom
, it looks distorted ( seems like some pixels are lost ).See this screenshot:
When I use
Image
fromreact-native-image-zoom
-->I don't have this problem when I use the Image component from react-native
When I use
Image
fromreact-native
-->Do you have any leads to fix this issue ?