UNPKG

@screensdev/styles

Version:

Cross-platform styles for React Native without the complexity.

10 lines (9 loc) 298 B
"use strict"; import { createContext } from 'react'; const defaultValue = { registerBreakpointListener: () => {}, removeBreakpointListener: () => {} }; const ContainerContext = /*#__PURE__*/createContext(defaultValue); export { ContainerContext }; //# sourceMappingURL=container-context.js.map