rn-emoji-keyboard
rn-emoji-keyboard copied to clipboard
fix: no emojies, export delete button
Description
Fixes #194 - Empty emojis issue Also exports the delete button component for better reusability
Changes
- Fixed the issue with empty emojis not displaying correctly
- Exported the delete button component for external use
Testing
- [x] test
- [x] typecheck
- [x] lint
- [x] prepack
Breaking Changes
None
Additional Notes
The delete button export allows for better customization when implementing the keyboard
I did use this code as a patch in one of my project. My QA team is currently testing it. Will share feedbacks as they come.
Any news on this? The problem persists.
I need a review and test this PR to confirm it works in 100% cases. Than who own this can merge 😄
Regarding the efficiency of the fix, the exact same modification I included in my codebase using a patch package (replacing the code in the modules) works perfectly fine in production since months (>10k users).
@jakex7 merge this please