0.1.9 • Published 9 months ago

@harshpatel2125/react-native-emoji-keyboard v0.1.9

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

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 hello@thewidlarzgroup.com

0.1.9

9 months ago

0.1.8

9 months ago

0.1.7

9 months ago

0.1.6

9 months ago

0.1.5

9 months ago

0.1.4

9 months ago

0.1.3

9 months ago

0.1.2

9 months ago

0.1.1

9 months ago

0.1.0

9 months ago