UNPKG

@react-navigation/core

Version:

Core utilities for building navigators

9 lines (7 loc) 264 B
"use strict"; import * as React from 'react'; /** * Context which marks the navigation tree as independent. */ export const NavigationIndependentTreeContext = /*#__PURE__*/React.createContext(false); //# sourceMappingURL=NavigationIndependentTreeContext.js.map