sskhandek / react-native-emoji-input

A fully-featured emoji keyboard ⌨️ for React Native ⚛️
MIT License
71 stars 38 forks source link

Option to prevent keyboard from getting dismissed when emoji is pressed. #45

Closed salhotra closed 4 years ago

salhotra commented 4 years ago

Use case: When an emoji is pressed, it does not register the touch event when the keyboard is visible. This is a very common scenario as input box will generally be focused when the user taps on emojis.

Solution I'm creating a PR with keyboardShouldPersistTaps prop. This works on RecyclerListView exactly as it works on Scrollview.

rijn commented 4 years ago

Great! Thanks for the PR. Accepted.