react-native-a11y
Version:
Improvements of a11y for ReactNative, this library improve work with reader and keyboard focus and reader in general.
6 lines • 307 B
JavaScript
export { KeyboardFocusView, OnFocusChangeFn, FocusStyle } from "./KeyboardFocusView";
export { A11yOrder } from "./A11yOrder";
export { PaneView } from "./PaneView";
export { Pressable } from "./Pressable";
export { KeyboardFocusTextInput } from "./KeyboardFocusTextInput";
//# sourceMappingURL=index.js.map