UNPKG

@react-navigation/core

Version:

Core utilities for building navigators

9 lines (8 loc) 334 B
import * as React from 'react'; /** * Context which holds the values for the current navigation tree. * Intended for use in SSR. This is not safe to use on the client. */ const CurrentRenderContext = /*#__PURE__*/React.createContext(undefined); export default CurrentRenderContext; //# sourceMappingURL=CurrentRenderContext.js.map