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
I ran into the same issue, though I had a different approach that basically will calculate and positioning (using translateY) the view when the keyboard appears.
I have published the solution on github and NPM react-native-spacer.