I am sort of new to react native and have one question that I did not find in react native documentation.
I am looking into this component KeyboardAvoidingView
KeyboardAvoidingView
In my case I used: https://github.com/APSL/react-native-keyboard-aware-scroll-view.
.... ....
It supports older RN versions too.
My text input was somewhere hidden deep is some custom child component of the ScrollView but the package worked great for both Android and iOS