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 height, position, or bottom padding based on the keyboard height.
Inherits View Props.
behaviorSpecify how to react to the presence of the keyboard.
Android and iOS both interact with this prop differently. On both iOS and Android, setting
behavioris recommended.
| Type |
|---|
enum('height', 'position', 'padding') |
contentContainerStyleThe style of the content container (View) when behavior is 'position'.
| Type |
|---|
| View Style |
enabledEnabled or disabled KeyboardAvoidingView.
| Type | Default |
|---|---|
| boolean | true |
keyboardVerticalOffsetThis is the distance between the top of the user screen and the react native view, may be non-zero in some use cases.
| Type | Default |
|---|---|
| number | 0 |
© 2022 Facebook Inc.
Licensed under the Creative Commons Attribution 4.0 International Public License.
https://reactnative.dev/docs/keyboardavoidingview