goshacmd / react-native-simple-emoji-picker

A simple emoji picker component for React Native
42 stars 14 forks source link

TextInput + Picker #2

Open isuvorov opened 7 years ago

isuvorov commented 7 years ago

How can I use the picker with TextInput ?

goshacmd commented 7 years ago

You could hide the keyboard using Keyboard.dismiss and render this emoji picker when you need to.

srameshr commented 7 years ago

@goshakkk Performance improvements and latest emoji support.