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?