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

onKeyboardResigned is not working #118

Open donmezemre opened 3 years ago

donmezemre commented 3 years ago

In the documentation, "onKeyboardResigned is a callback function that will be triggered once the keyboard has been closed". but when i try to close(like onBlur) the keyboard this function is not triggering. How do i solve this issue? Does anybody encountered with that?

Prop explanations in doc

Screen Shot 2020-12-18 at 16 46 11
fukemy commented 2 years ago

same problem here