Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion docs/inputaccessoryview.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
---
id: inputaccessoryview
title: InputAccessoryView
title: '🗑️ InputAccessoryView'
---

:::warning[Deprecated]
`InputAccessoryView` is deprecated and will be removed in a future release.
:::

A component which enables customization of the keyboard input accessory view on iOS. The input accessory view is displayed above the keyboard whenever a `TextInput` has focus. This component can be used to create custom toolbars.

To use this component wrap your custom toolbar with the InputAccessoryView component, and set a `nativeID`. Then, pass that `nativeID` as the `inputAccessoryViewID` of whatever `TextInput` you desire. A basic example:
Expand Down
Loading