@gorhom/bottom-sheet
Version:
A performant interactive bottom sheet with fully configurable options 🚀
9 lines (8 loc) • 362 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.DEFAULT_STACK_BEHAVIOR = exports.DEFAULT_ENABLE_DISMISS_ON_CLOSE = void 0;
const DEFAULT_STACK_BEHAVIOR = exports.DEFAULT_STACK_BEHAVIOR = 'switch';
const DEFAULT_ENABLE_DISMISS_ON_CLOSE = exports.DEFAULT_ENABLE_DISMISS_ON_CLOSE = true;
//# sourceMappingURL=constants.js.map
;