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
Keyboard is blocking part of the form on Register Scene. I tried to add keyboardavoidingview before Scrollview, but its no difference. I also tried https://github.com/APSL/react-native-keyboard-aware-scroll-view library by changing Scrollview, it is still same, no effect at all. It seems height doesnt change during keyboard display.
Any solution for this?
The text was updated successfully, but these errors were encountered:
Keyboard is blocking part of the form on Register Scene. I tried to add
keyboardavoidingview
beforeScrollview
, but its no difference. I also tried https://github.com/APSL/react-native-keyboard-aware-scroll-view library by changing Scrollview, it is still same, no effect at all. It seems height doesnt change during keyboard display.Any solution for this?
The text was updated successfully, but these errors were encountered: