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 264 B
export { A11yProvider } from './A11yProvider'; export { useA11yStatus } from './A11yStatusProvider'; export { useKeyboardStatus } from './A11yStatusKeyboard'; export { KeyboardProvider, useCanBeFocused } from './KeyboardProvider'; //# sourceMappingURL=index.js.map