UNPKG

279 BJavaScriptView Raw
1import * as React from 'react';
2
3/**
4 * Context which holds the route prop for a screen.
5 */
6const NavigationContainerRefContext = /*#__PURE__*/React.createContext(undefined);
7export default NavigationContainerRefContext;
8//# sourceMappingURL=NavigationContainerRefContext.js.map
\No newline at end of file