react-native-a11y-order
Version:
ReactNative library for managing screen reader focus ordering
15 lines (14 loc) • 401 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.A11y = void 0;
var _reactNative = require("react-native");
var _A11yIndex = require("./components/A11yIndex/A11yIndex.web");
const A11y = exports.A11y = {
Order: _reactNative.View,
Group: _reactNative.View,
Index: _A11yIndex.A11yIndex,
Container: _reactNative.View
};
//# sourceMappingURL=index.web.js.map