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
This library is great, but if I use react-native Keyboard class to listen to keyboardDidShow, and this lib to set adjustNothing, the event won't be triggered :'(
The text was updated successfully, but these errors were encountered:
I've been noticing a few people are having issues with it currently, not sure if something changed recently with other libraries. What version of React Native are you using?
I'm a little bit late, but it's still an irritating... 'bug'.
It comes from android itself actually
There's no way in android to fire an event after opening soft keyboard if your activity is set to adjust nothing
It must be a mistake in documentation when they said it should work this way.
Hello,
This library is great, but if I use react-native Keyboard class to listen to keyboardDidShow, and this lib to set adjustNothing, the event won't be triggered :'(
The text was updated successfully, but these errors were encountered: