react-native-a11y
Version:
Improvements of a11y for ReactNative, this library improve work with reader and keyboard focus and reader in general.
11 lines (10 loc) • 338 B
text/typescript
export { KeyboardFocusView } from './KeyboardFocusView';
export type {
OnFocusChangeFn,
FocusStyle,
OnKeyPressFn,
} from './KeyboardFocusView';
export { A11yOrder } from './A11yOrder';
export { PaneView } from './PaneView';
export { Pressable } from './Pressable';
export { KeyboardFocusTextInput } from './KeyboardFocusTextInput';