跳到主要内容
此为 React Native 中文网 0.72 版的文档,现已不再积极维护。
最新的文档请参阅 最新版本 (0.83)。
Version: 0.72

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 simple example:

This component can also be used to create sticky text inputs (text inputs which are anchored to the top of the keyboard). To do this, wrap a TextInput with the InputAccessoryView component, and don't set a nativeID. For an example, look at InputAccessoryViewExample.js.


文档

Props

backgroundColor

类型
color

nativeID

An ID which is used to associate this InputAccessoryView to specified TextInput(s).

类型
string

style

类型
style

已知问题

AltStyle によって変換されたページ (->オリジナル) /