@harshpatel2125/react-native-emoji-keyboard
v0.1.9
Published
Super performant, lightweight, fully customizable emoji picker. Designated to be user and developer friendly! π
Downloads
19
Maintainers
Readme
πͺ Installation
yarn add rn-emoji-keyboard
π Documentation
Check the docs here Click
β‘οΈ Example
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
π 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]