Files
react-native/docs/autogen_KeyboardAvoidingView.md
T
2017-08-31 10:38:26 -07:00

2.6 KiB

id, title, sidebar, category, permalink
id title sidebar category permalink
keyboardavoidingview KeyboardAvoidingView api Components docs/keyboardavoidingview.html

It is a component to solve the common problem of views that need to move out of the way of the virtual keyboard. It can automatically adjust either its position or bottom padding based on the position of the keyboard.

Props #

behavior?: enum('height', 'position', 'padding') #

contentContainerStyle?: ViewPropTypes.style #

The style of the content container(View) when behavior is 'position'.

keyboardVerticalOffset: number #

This is the distance between the top of the user screen and the react native view, may be non-zero in some use cases.

Methods #

relativeKeyboardHeight(keyboardFrame: object): #

onKeyboardChange(event: object) #

onLayout(event: ViewLayoutEvent) #