Jobeso / react-native-whatsapp-stickers

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

Not all Stickers are listed in Whatapp #40

Open bhavindhodia opened 4 years ago

bhavindhodia commented 4 years ago

Environment

System: OS: Windows 10 10.0.18362 CPU: (4) x64 Intel(R) Core(TM) i5-5200U CPU @ 2.20GHz Memory: 1.78 GB / 7.91 GB Binaries: Node: 12.10.0 - C:\Program Files\nodejs\node.EXE Yarn: 1.19.2 - C:\Program Files (x86)\Yarn\bin\yarn.CMD npm: 6.13.4 - C:\Program Files\nodejs\npm.CMD IDEs: Android Studio: Version 3.5.0.0 AI-191.8026.42.35.6010548 npmPackages: react: 16.9.0 => 16.9.0 react-native: 0.61.5 => 0.61.5

Description

I created an android app following all the instruction mention in the document . But there seemes to be a issue .The RNWhatsAppStickers.send() works properly but when I open the stickers in WhatsApp not all stickers are listed which are present in assets folder.I have double checked the size of the images they are 512 x 512 px and in webp format.

JonNieves commented 4 years ago

I had a similar issue.

Use this (https://squoosh.app/) on all your images.

Worked for me

kaneki666 commented 3 years ago

i tried the website not working for me

Jobeso commented 3 years ago

Hey @kaneki666 Can you check on the size of your images? Maybe compare the size of the ones working with the ones that are not. I guess WhatsApp has some restrictions on size as well. I think this is also what @JonNieves is suggesting. I hope this helps :)