Skip to content

mihailShumilov/react-native-simple-emoji-picker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

<EmojiPicker />

Quick demo

<EmojiPicker
  onPick={emoji => {}}
/>

Install

npm install --save react-native-simple-emoji-picker
import EmojiPicker from 'react-native-simple-emoji-picker';

Usage

<EmojiPicker /> component

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 to 240.
  • containerBackgroundColor: the background color of the picker. Defaults to rgba(0, 0, 0, 0.1).
  • emojiSize: the size of the individual emoji item. Defaults to 40.

To Do

  • performance
  • accessibility

License

MIT.

About

A simple emoji picker component for React Native

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%