wix-incubator / react-native-keyboard-input

Use your own custom input component instead of the system keyboard
MIT License
818 stars 150 forks source link

how to close custom keyboard view by clicking outside of the keyboard #119

Open donmezemre opened 3 years ago

donmezemre commented 3 years ago

when i try to close keyboard by clicking somewhere outside, native keyboard is closing but the other custom keyboard views are not closing.

Does anybody encountered with this issue. and how to handle this issue ?

OS

Reproduce the issue

fukemy commented 2 years ago

detect other click then call KeyboardUtils.dismiss()