UNPKG

@react-navigation/core

Version:

Core utilities for building navigators

9 lines (8 loc) 346 B
import * as React from 'react'; /** * Context which holds the navigation helpers of the parent navigator. * Navigators should use this context in their view component. */ const NavigationHelpersContext = /*#__PURE__*/React.createContext(undefined); export default NavigationHelpersContext; //# sourceMappingURL=NavigationHelpersContext.js.map