Props
Methods
Reference
Props
behavior
Type | Required |
PropTypes.oneOf(['height', 'position', 'padding']) | No |
contentContainerStyle
The style of the content container(View) when behavior is 'position'.
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));