UNPKG

react-native-a11y

Version:

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

10 lines (9 loc) 364 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.NativeFocusWrapper = void 0; var _reactNative = require("react-native"); const ComponentName = "RCA11yFocusWrapper"; const NativeFocusWrapper = exports.NativeFocusWrapper = (0, _reactNative.requireNativeComponent)(ComponentName); //# sourceMappingURL=RCA11yFocusWrapper.js.map