UNPKG

react-native-a11y

Version:

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

5 lines (4 loc) 208 B
export { KeyboardFocusView, OnFocusChangeFn, FocusStyle, } from "./KeyboardFocusView"; export { A11yOrder } from "./A11yOrder"; export { PaneView } from "./PaneView"; export { Pressable } from "./Pressable";