<EmojiPicker
onPick={emoji => {}}
/>
npm install --save react-native-simple-emoji-picker
import EmojiPicker from 'react-native-simple-emoji-picker';
Props:
onPick
(optional): a callback that is fired when the emoji is pressed.headerStyle
(optional): the style object to be applied to category headers.containerHeight
: the height of the picker. Defaults to240
.containerBackgroundColor
: the background color of the picker. Defaults torgba(0, 0, 0, 0.1)
.emojiSize
: the size of the individual emoji item. Defaults to40
.
- performance
- accessibility
MIT.