UNPKG

@react-navigation/core

Version:

Core utilities for building navigators

10 lines (8 loc) 319 B
"use strict"; 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. */ export const CurrentRenderContext = /*#__PURE__*/React.createContext(undefined); //# sourceMappingURL=CurrentRenderContext.js.map