Skip to content

mpquinlan/reactions-emoji-keyboard

 
 

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]

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 87.3%
  • Java 6.0%
  • Objective-C 3.3%
  • JavaScript 2.2%
  • Ruby 0.9%
  • Swift 0.2%
  • C 0.1%