KeyboardAvoidingView
Props
Methods
Reference
Props
behavior
Type | Required |
---|---|
PropTypes.oneOf(['height', 'position', 'padding']) | No |
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 |
---|---|
PropTypes.number.isRequired | No |
Methods
relativeKeyboardHeight()
relativeKeyboardHeight(keyboardFrame: object):
onKeyboardChange()
onKeyboardChange((event: object));
onLayout()
onLayout((event: object));