UNPKG

react-native-a11y

Version:

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

11 lines (9 loc) 291 B
export const NativeFocusWrapper = // eslint-disable-next-line @typescript-eslint/no-var-requires require("../../../nativeSpecs/A11yFocusWrapperNativeComponent").default; export { FocusWrapperProps, OnFocusChangeFn, OnKeyPressFn, OnKeyPress, } from "./RCA11yFocusWrapper.types";