UNPKG

react-native-a11y

Version:

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

4 lines 218 B
import { requireNativeComponent } from "react-native"; const ComponentName = "RCA11yFocusWrapper"; export const NativeFocusWrapper = requireNativeComponent(ComponentName); //# sourceMappingURL=RCA11yFocusWrapper.js.map