UNPKG

@oxyhq/services

Version:

Reusable OxyHQ module to handle authentication, user management, karma system, device-based session management and more 🚀

37 lines (36 loc) • 915 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "BottomSheetBackdrop", { enumerable: true, get: function () { return _bottomSheet.BottomSheetBackdrop; } }); Object.defineProperty(exports, "BottomSheetModal", { enumerable: true, get: function () { return _bottomSheet.BottomSheetModal; } }); Object.defineProperty(exports, "BottomSheetModalProvider", { enumerable: true, get: function () { return _bottomSheet.BottomSheetModalProvider; } }); Object.defineProperty(exports, "BottomSheetScrollView", { enumerable: true, get: function () { return _bottomSheet.BottomSheetScrollView; } }); Object.defineProperty(exports, "BottomSheetView", { enumerable: true, get: function () { return _bottomSheet.BottomSheetView; } }); var _bottomSheet = require("@gorhom/bottom-sheet"); //# sourceMappingURL=index.js.map