replyke-rn
Version:
Replyke React Native components: Build interactive apps with social features like comments, votes, feeds, user lists, notifications, and more.
9 lines • 368 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = useSheetManager;
var react_1 = require("react");
var SheetManagerContext_1 = require("../context/SheetManagerContext");
function useSheetManager() {
return (0, react_1.useContext)(SheetManagerContext_1.SheetManagerContext);
}
//# sourceMappingURL=useSheetManager.js.map
;