Jobeso / react-native-whatsapp-stickers

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

Check number of emoji's #50

Open mvanroon opened 4 years ago

mvanroon commented 4 years ago

Currently, if more than three emoji's are provided for a certain sticker, the following error is thrown: "Error: an unknown error occured for whats app stickers". This is because WhatsApp doesn't allow more than three emoji's. Perhaps we can check the length of the list provided as the second argument of RNWhatsAppStickers.addSticker and throw an error if it's longer than 3?