1<KeyboardAvoidingView
2 keyboardVerticalOffset = {Header.HEIGHT + 20} // adjust the value here if you need more padding
3 style = {{ flex: 1 }}
4 behavior = "padding" >
5
6// or
7
8<KeyboardAvoidingView styles={styles.container} behavior='position'>