UNPKG

react-native-a11y

Version:

Improvements of a11y for ReactNative, this library improve work with reader and keyboard focus and reader in general.

7 lines (6 loc) 216 B
import type { HostComponent, ViewProps } from "react-native"; export interface NativeProps extends ViewProps { accesibility: string; } declare const _default: HostComponent<NativeProps>; export default _default;