TheWidlarzGroup / rn-emoji-keyboard

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

fix: emoji tones bugs #137

Closed mateki0 closed 1 year ago

mateki0 commented 1 year ago

Fixed:

  1. https://github.com/TheWidlarzGroup/rn-emoji-keyboard/issues/134
  2. https://github.com/TheWidlarzGroup/rn-emoji-keyboard/issues/135
  3. Problem on some devices with wrong category highlited (Samsung and Iphone were fine, but it's visible on my Xiaomi mi 10t lite). This if (Number.isInteger(index)) setActiveCategoryIndex(index) was always falsy. See video and SS.
Screenshot 2023-05-17 at 09 44 20

https://github.com/TheWidlarzGroup/rn-emoji-keyboard/assets/37906388/70d33548-cc63-4fbf-9cb3-bdcb0df332bd

jakex7 commented 1 year ago

I've resolved conflict with master