react-native-zss-rich-text-editor
react-native-zss-rich-text-editor copied to clipboard
how to hide keyboard when the input box is active
hey,if I want to hide the keyboard when the input box is active and I try to use Keyboard.dismiss() method but it isn't any effect.so I want to know how can I solve this problem? thanks
call this method: this.richtext.blurContentEditor();