Skip to content

Commit

Permalink
docs: add keyboardMode prop reference
Browse files Browse the repository at this point in the history
  • Loading branch information
lodev09 committed Jun 17, 2024
1 parent ab95b47 commit dfd1460
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/docs/reference/01-props.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,15 @@ Used with `initialIndex`.
| - | - | - | - |
| `boolean` | `true` |||

### `keyboardMode`

Determines how the software keyboard will impact the layout of the sheet.
Set to `pan` if you're working with `FlatList` with a `TextInput`.

| Type | Default | 🍎 | 🤖 |
| - | - | - | - |
| `"resize", "pan"` | `"resize"` | ||

### `grabber`

Shows a grabber (or handle). Native on IOS and styled `View` on Android.
Expand Down

0 comments on commit dfd1460

Please sign in to comment.