react-native-scalable-image icon indicating copy to clipboard operation
react-native-scalable-image copied to clipboard

[Question] WebP Support

Open bell-steven opened this issue 5 years ago • 1 comments
trafficstars

I am trying to use this library on iOS with WebP images, and I keep getting the same error as in #17.

What I tried: Adding the WebP binary to the project. I was able to load a WebP image in the native <Image/> component from react-native with this, but It didn't help for <Image /> from react-native-scalable-image.

On Android it works fine.

Looking at the source code, it seems like the library is wrapping the native `<Image/>' component from 'react-native', so I would have thought that it would work if it works with the native component.

bell-steven avatar Feb 12 '20 21:02 bell-steven

Any update on this ?

swiftserieschannel avatar Feb 22 '21 06:02 swiftserieschannel