You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: