Important Note
This is the documentation for gluestack-ui v2 (beta). For @gluestack-ui/themed (stable) documentation, refer to gluestack-ui v1.

InputAccessoryView

Following is the default implementation of the InputAccessoryView component without any additional customization. This serves as a starting point for users who are new to this library and want to learn about the basic functionality and appearance of the component.
Important Note
Note: InputAccessoryView component is only applicable to iOS devices with iOS version 11 or later.

Important Note
Note: You can refer here to learn about default styling of InputAccessoryView component

Import

To use this component in your project, include the following import statement in your file.
import { InputAccessoryView } from '@gluestack-ui/themed';

Anatomy

The structure provided below can help you identify and understand a InputAccessoryView component's various parts.
export default () => <InputAccessoryView />

API Reference

The following section contains a comprehensive list of the component's references, including descriptions, properties, types, and default behavior. This information is readily available for you to access, helping you effectively utilize the component library in your projects.

InputAccessoryView

It inherits all the properties of React Native's InputAccessoryView component.