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

fix: problem with search results not displaying #83

Closed gaishimo closed 1 year ago

gaishimo commented 1 year ago

I found a bug that search results are not shown.

This is because EmojiCategory is not re-rendered when props are changed due to React.memo. The second argument func of React.memo always return true.

I modified the func to re-render when category is 'search' and the data has changed. If you have a better way to check, please let me know.

Before After
oferRounds commented 1 year ago

Seeing this bug also