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
After so many attempts, this is the one that works fine both for iOS & Android:
...
As for the style:
const styles = StyleSheet.create({ keyboard: { flex: 1, flexDirection: 'column', justifyContent: 'center', } });