TheWidlarzGroup / rn-emoji-keyboard

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

fix: adjust width #158

Closed jakex7 closed 11 months ago

jakex7 commented 11 months ago

Fixes unexpected behavior when margin/marginHorizontal is set on EmojiKeyboard parent component.

Measure the root component width and use that instead of window width.

image

Fixes #157