UNPKG

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