Jobeso / react-native-whatsapp-stickers

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

Add multiple packages in contents.json #56

Closed ornakash closed 3 years ago

ornakash commented 3 years ago

I tried to add multiple packages to contents.json but it says "there is a problem with this sticker pack and it can't be added to whatsapp". The only one that works is the first package no matter how packages I add...

here's my code: https://pastebin.com/Wj5nNi11 Could you tell me what I did wrong?

thank you!

ornakash commented 3 years ago

The webp image I had in the other packages were bigger than 512px, I solved it when changed them to exactly 512X512.

Thank you!