react-native-webp-support icon indicating copy to clipboard operation
react-native-webp-support copied to clipboard

Cocoa Pods support for rn 0.60>

Open rendomnet opened this issue 4 years ago • 4 comments

Do you plan to update this plugin to support Cocoa Pods?

rendomnet avatar Aug 29 '19 07:08 rendomnet

Hi, I am unable to get this to work after upgrading RN 0.59 to 0.62.4. I followed all the instructions and had it working before even in a production release.

Since 0.62.4 no matter what I try I cant get around a compile error in XCODE.

image

I also tried this out with a fresh bootsraped version of RN 0.62.4 and only added this library. It still doesnt compile through.

Asking for advise here as this is a blocker for my iOS performance update release. Thanks

sgeier avatar Oct 21 '19 19:10 sgeier

I found another solution in the mean time: Using react-native-fast-image for local images.

https://github.com/DylanVann/react-native-fast-image/issues/476#issuecomment-512723403

sgeier avatar Oct 22 '19 11:10 sgeier

I am upgrading app 0.59.9 to 0.61.5 and getting same error, could you find any solution? @sgeier

sburaksak avatar Feb 03 '20 15:02 sburaksak

@rendomnet @sgeier @sburaksak I've published a new WebP integration library. It supports the latest React Native version, auto-linking and better native libraries for performance boost. Please check it out https://github.com/Aleksefo/react-native-webp-format

Aleksefo avatar Mar 01 '20 13:03 Aleksefo