Skip to content

Super performant, lightweight, fully customizable emoji picker ๐Ÿš€

License

Notifications You must be signed in to change notification settings

saul-atomrigs/rn-emoji-keyboard

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

rn-emoji-keyboard

Lightweight, fully customizable emoji keyboard,
written as a React Native component (without native elements).
Designated to be user and developer friendly! ๐Ÿ’–
rn-emoji-keyboard


Build status - typescript compile License badge Latest, released version Date of latest commit Number of contributors


๐Ÿช„ Installation

yarn add rn-emoji-keyboard

๐Ÿ“– Documentation

Check the docs here Click

โšก๏ธ Example

Preview

import EmojiPicker from 'rn-emoji-keyboard'

export default function App() {
  const [isOpen, setIsOpen] = React.useState<boolean>(false)

  return <EmojiPicker onEmojiSelected={handlePick} open={isOpen} onClose={() => setIsOpen(false)} />
}

โš–๏ธ License

MIT

๐Ÿ“ Contribute

If you want to contribute read the CONTRIBUTING.md guide.

๐Ÿข Built with โ™ฅ๏ธ and โŒจ๏ธ at TheWidlarzGroup

Built at TheWidlarzGroup - the group of React Native Developers and Designers who has built this project for you. If you like it -> give it a star!

E-mail if you have any questions or just want to talk [email protected]

About

Super performant, lightweight, fully customizable emoji picker ๐Ÿš€

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 96.5%
  • JavaScript 3.5%