You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that if you set android:windowSoftInputMode to adjustResize or adjustNothing, only keyboardDidShow and keyboardDidHide events will be available on Android.
Do you think this is an issue with this module? Or maybe issue in docs?
The text was updated successfully, but these errors were encountered:
I am setting to adjust nothing, then add event listener, but it doesnt seem to fire:
The docs say that keyboardDidHide should fire when in adjustNothing mode - https://facebook.github.io/react-native/docs/keyboard.html#addlistener
Do you think this is an issue with this module? Or maybe issue in docs?
The text was updated successfully, but these errors were encountered: