:snowflake: A React-Native Android iOS Starter App/ BoilerPlate / Example with Redux, RN Router, & Jest with the Snowflake Hapi Server running locally or on RedHat OpenShift for the backend, or a Parse Server running locally or remotely on Heroku
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?
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?