Here is a demo of the problem: https://rnplay.org/apps/zqmeDg
Also, you'll notice that the whole viewport shifts up when keyboard opens. This problem has halted development of our product in its final stages.
I have also filed a github issue for the same: https://github.com/facebook/react-native/issues/6757
Please help
If you don't want the keyboard to shift the viewport you have to set that in Android's manifest file (android/app/src/main/AndroidManifest.xml). Just add the line bellow to your activity:
android:windowSoftInputMode="adjustPan"
You can find more info here.
The scrolling issue is strange and unfortunatelly I couldn't run your demo to try to figure it out, but take a look at keyboardShouldPersistTaps and scrollEnabled props in your ScrollView element.
Hope that helps.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With