UNPKG

react-native-a11y-order

Version:

ReactNative library for managing screen reader focus ordering

9 lines (8 loc) 246 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.A11yGroup = void 0; var _reactNative = require("react-native"); const A11yGroup = exports.A11yGroup = _reactNative.View; //# sourceMappingURL=A11yGroup.js.map