react-native-photo-view
react-native-photo-view copied to clipboard
Webp files not playing on iOS
I'm using this package (https://github.com/TGPSKI/react-native-webp-support) to add support for .webp files on iOS. A webp file using react native's image component works fine with this package. But the webp file inside of the PhotoView component is not playing. I just see the first still frame.
I searched and found this fix for Android (https://github.com/alwx/react-native-photo-view/pull/32). Would there be a similar fix for iOS?
Any ideas? Thanks.