From aa740eb690d74e080b5ecb4608ab291b2171bd07 Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Fri, 27 Dec 2019 09:26:02 +0000 Subject: [PATCH] Deploy website Deploy website version based on add84a29d0697c1f3da194ca80e9542ae6f1c845 --- docs/next/inputaccessoryview.html | 66 +++++++++++++------------ docs/next/inputaccessoryview/index.html | 66 +++++++++++++------------ 2 files changed, 70 insertions(+), 62 deletions(-) diff --git a/docs/next/inputaccessoryview.html b/docs/next/inputaccessoryview.html index 32261ce2780..1ab0b4fb6cb 100644 --- a/docs/next/inputaccessoryview.html +++ b/docs/next/inputaccessoryview.html @@ -70,42 +70,46 @@ });
Edit

InputAccessoryView

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:

-