Answers for "keyboard avoidance view not working on react native"

0

keyboard avoidance view not working on react native

<KeyboardAvoidingView
  keyboardVerticalOffset = {Header.HEIGHT + 20} // adjust the value here if you need more padding
  style = {{ flex: 1 }}
  behavior = "padding" >
    
// or

<KeyboardAvoidingView styles={styles.container} behavior='position'>
Posted by: Guest on March-24-2021

Code answers related to "keyboard avoidance view not working on react native"

Code answers related to "Javascript"

Browse Popular Code Answers by Language