@nexara/nativeflow
Version:
Beautiful, responsive, and customizable UI components for React Native – built for performance and seamless experiences.
16 lines (15 loc) • 420 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.setGlobalContext = exports.getGlobalContext = void 0;
let _contextValue = null;
const setGlobalContext = ctx => {
_contextValue = ctx;
};
exports.setGlobalContext = setGlobalContext;
const getGlobalContext = () => {
return _contextValue;
};
exports.getGlobalContext = getGlobalContext;
//# sourceMappingURL=ContextManager.js.map
;