Jobeso / react-native-whatsapp-stickers

Integrate sticker packs for WhatsApp with your react-native app
Other
81 stars 30 forks source link

iOS error in method sendToWhatsApp #3

Closed yoandypv closed 5 years ago

yoandypv commented 5 years ago

He, in file StickerPack.swift, method sendToWhatsap (line 183), the specific line self.trayImage.image!.pngData()?.base64EncodingString() say the following error: UIImage has no member 'pngData'

I 'm using XCode 9.

Cheers,

Jobeso commented 5 years ago

Hey @yoandypv, can you try to open the example app from WhatsApp and see if you can compile this. I am suggesting this to see if this is a XCode 9 problem. The StickerPack.swift file is one of the files written by the WhatsApp Team.

Jobeso commented 5 years ago

Closing this for now due to inactivity. Feel free to reopen it any time.

digiperfect-janak commented 5 years ago

I encountered this error when the image we were trying to read was WebP and not PNG OR the file path was wrong.