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

Dark mode #110

Closed mominnawaf closed 1 year ago

mominnawaf commented 1 year ago

I want to change the bottom sheet colour to dark theme instead of just white. It will be great if we have a prop such as mode light or dark Reference image Screenshot_2022-12-28-22-28-54-77_64ef5fc2000c1caa954c114bb372e1d5.jpg

mateki0 commented 1 year ago

Hey @mominnawaf actually you can do this with the prop "theme". We discovered yesterday that it's not well documented and we will update the docs. Here is the example of the darkMode picker

https://github.com/TheWidlarzGroup/rn-emoji-keyboard/blob/master/example/src/Dark/Dark.tsx

mateki0 commented 1 year ago

I've also added theming section to the docs. You can check it out here: https://thewidlarzgroup.github.io/rn-emoji-keyboard/docs/api/theme https://thewidlarzgroup.github.io/rn-emoji-keyboard/docs/api/styles