Releases: arronhunt/react-native-emoji-selector
Releases · arronhunt/react-native-emoji-selector
v0.2.0
- Updated to emoji-datasource 6.0.0 to include emoji 13.1 characters
v0.1.9
- Added the
shouldInclude
prop which allows you to filter out emojis that you don't want to display (useful for removing old or missing emojis based on your OS) #40
v0.1.8
- Removed duplicate emojis (Ignore obsolete emojis) #17
- Added TS type declaration #14
- Made the layout more dynamic #13, #30
- Fixed scrolling bugs #24
- Cleaned up dependencies, now only depends on
emoji-datasource
! #34
v0.1.7
Changes introduced
- Upgraded dependencies
- Removed leftover console.log
- Changed emoji text color from white to black