Skip to content

TheWidlarzGroup/rn-emoji-keyboard

This branch is 3 commits ahead of, 5 commits behind master.

Folders and files

NameName
Last commit message
Last commit date
Jan 15, 2024
Mar 25, 2024
Mar 25, 2024
Sep 4, 2023
Mar 25, 2024
Jul 3, 2021
Jul 3, 2021
Sep 4, 2023
Sep 4, 2023
Aug 1, 2022
Sep 4, 2023
Jul 3, 2021
Oct 17, 2021
May 2, 2022
Sep 4, 2023
Aug 11, 2021
Sep 4, 2023
Jan 31, 2024
Sep 4, 2023
Sep 4, 2023
Jan 15, 2024

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