UNPKG

346 BJavaScriptView Raw
1import * as React from 'react';
2
3/**
4 * Context which holds the navigation helpers of the parent navigator.
5 * Navigators should use this context in their view component.
6 */
7const NavigationHelpersContext = /*#__PURE__*/React.createContext(undefined);
8export default NavigationHelpersContext;
9//# sourceMappingURL=NavigationHelpersContext.js.map
\No newline at end of file