UNPKG

@nexara/nativeflow

Version:

Beautiful, responsive, and customizable UI components for React Native – built for performance and seamless experiences.

10 lines (9 loc) 217 B
"use strict"; let _contextValue = null; export const setGlobalContext = ctx => { _contextValue = ctx; }; export const getGlobalContext = () => { return _contextValue; }; //# sourceMappingURL=ContextManager.js.map