Skip to content

Commit

Permalink
Clarify documentation on KeyboardAvoidingView (facebook#1173)
Browse files Browse the repository at this point in the history
Since it is possible to use "height" as the behavior prop, the documentation should indicate so in the overview.
  • Loading branch information
garrettgu10 authored and charpeni committed Aug 7, 2019
1 parent 4a66bd4 commit 2b19f7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/keyboardavoidingview.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ id: keyboardavoidingview
title: KeyboardAvoidingView
---

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.
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 position of the keyboard.

Example usage:

Expand Down

0 comments on commit 2b19f7e

Please sign in to comment.