bartonhammond / snowflake

: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
http://bartonhammond.github.io/snowflake/snowflake.js.html
MIT License
4.59k stars 613 forks source link

Keyboard blocking the form on Register page #200

Open cafeasia3 opened 6 years ago

cafeasia3 commented 6 years ago

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?

tchafack commented 5 years ago

Hello, please have you found something about that concern ? Thank you