TheWidlarzGroup / rn-emoji-keyboard

Super performant, lightweight, fully customizable emoji picker 🚀
https://thewidlarzgroup.github.io/rn-emoji-keyboard/
MIT License
326 stars 59 forks source link

Source info property addition #125

Closed liellevibob closed 1 year ago

liellevibob commented 1 year ago

Problem: When using multiple <EmojiComponent/> it is necessary to know from which component the last emoji selection was made in order to associate the appropriate context.

Solution: An optional property, sourceInfo, that be will be returned with onSelection callback, if passed by the <EmojiComponent/> caller