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: turned off removeClippedSubview on iOS #145

Closed mateki0 closed 12 months ago

mateki0 commented 1 year ago

I had to disable removeClippedSubviews on iOS, because it makes some emojis unclickable. It was connected with Reanimated layout animations. It works fine on Android so I decided to leave it as it was as there are usually performance issues there. https://github.com/TheWidlarzGroup/rn-emoji-keyboard/issues/138

yefim commented 12 months ago

thank youu !!