UNPKG

react-native-a11y

Version:

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

8 lines (7 loc) 244 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.KEYBOARD_STATUS_EVENT = void 0; const KEYBOARD_STATUS_EVENT = exports.KEYBOARD_STATUS_EVENT = "keyboardStatus"; //# sourceMappingURL=A11yModule.conts.js.map