KeyboardAvoidingView
Props
Methods
Reference
Props
keyboardVerticalOffset
This is the distance between the top of the user screen and the react native view, may be non-zero in some use cases.
Type | Required |
---|---|
number | Yes |
behavior
Type | Required |
---|---|
enum('height', 'position', 'padding') | No |
Methods
relativeKeyboardHeight()
relativeKeyboardHeight(keyboardFrame: object):
onKeyboardChange()
onKeyboardChange((event: object));
onLayout()
onLayout((event: object));