alwx / react-native-photo-view

Pinch-to-zoom view for React Native (both iOS and Android)
MIT License
816 stars 434 forks source link

Webp files not playing on iOS #148

Open ciriac opened 6 years ago

ciriac commented 6 years ago

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.