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