TheWidlarzGroup / rn-emoji-keyboard

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

Feature / disable Safe Area #46

Closed jakex7 closed 2 years ago

jakex7 commented 2 years ago
Added two new props. Now you can disable safe area if you want to customize space under keyboard. If needed you can add custom categoryContainerStyles (like marginBottom) and push categories up Name Type Default Value Required Description
categoryContainerStyles ViewStyle {} no Override category container styles
disableSafeArea boolean false no Disable safe area inside modal

Closes #42

Also added bridging header to fix ios example app

kacper-mikolajczak commented 2 years ago

lgtm! 👍