Lightweight, fully customizable emoji keyboard,
written as a React Native component (without native elements).
Designated to be user and developer friendly! ๐
rn-emoji-keyboard
yarn add rn-emoji-keyboard
Check the docs here Click
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)} />
}
If you want to contribute read the CONTRIBUTING.md guide.
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