@gorhom/bottom-sheet
Version:
A performant interactive bottom sheet with fully configurable options 🚀
10 lines (9 loc) • 488 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.BottomSheetGestureHandlersContext = exports.BottomSheetDraggableContext = void 0;
var _react = require("react");
const BottomSheetGestureHandlersContext = exports.BottomSheetGestureHandlersContext = /*#__PURE__*/(0, _react.createContext)(null);
const BottomSheetDraggableContext = exports.BottomSheetDraggableContext = /*#__PURE__*/(0, _react.createContext)(null);
//# sourceMappingURL=gesture.js.map
;