rn-emoji-picker
rn-emoji-picker copied to clipboard
React ⚛️ Native ☎️ Emoji 😊 Picker ⛏️ | super light weight, dark/light mode, 0 dependencies, 6.45 kB
Unable to scroll in the Android when we give the fixed height.
Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. Here is the diff that solved...
Love the library, super easy to use thus far. It would be nice if the library allowed setting the Tabbar emoji list with a custom list, this is super helpful...
Fix 1. Android textinput has default padding, fix by setting it to 0 2. Android section title text cut off, remote `height` in style as it'll automatically adjust From To
I didn't see anything mentioned in the docs or whatever...but would it just show iOS emojis or is there a different set for Android?
Does this picker should work on web as well? It I am experiencing a strange ```css padding-bottom: 924px; ``` from I think https://github.com/woodybury/rn-emoji-picker/blob/master/src/index.tsx#L142 which cause the picker to be strangely...
Am using this in conjunction with `@gorhom/bottom-sheet` but am running into an issue where I can't get it to scroll because the bottom sheet overrides the touch input. As a...