UNPKG

@gorhom/bottom-sheet

Version:

A performant interactive bottom sheet with fully configurable options 🚀

11 lines (10 loc) • 641 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DEFAULT_ACCESSIBLE = exports.DEFAULT_ACCESSIBILITY_ROLE = exports.DEFAULT_ACCESSIBILITY_LABEL = exports.DEFAULT_ACCESSIBILITY_HINT = void 0; const DEFAULT_ACCESSIBLE = exports.DEFAULT_ACCESSIBLE = true; const DEFAULT_ACCESSIBILITY_ROLE = exports.DEFAULT_ACCESSIBILITY_ROLE = 'adjustable'; const DEFAULT_ACCESSIBILITY_LABEL = exports.DEFAULT_ACCESSIBILITY_LABEL = 'Bottom sheet handle'; const DEFAULT_ACCESSIBILITY_HINT = exports.DEFAULT_ACCESSIBILITY_HINT = 'Drag up or down to extend or minimize the bottom sheet'; //# sourceMappingURL=constants.js.map