diff --git a/docs/inputaccessoryview.md b/docs/inputaccessoryview.md index 30c86719e14..f0defb6ae38 100644 --- a/docs/inputaccessoryview.md +++ b/docs/inputaccessoryview.md @@ -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: