UNPKG

@react-navigation/core

Version:

Core utilities for building navigators

8 lines (7 loc) 305 B
"use strict"; import * as React from 'react'; import { NavigationIndependentTreeContext } from "./NavigationIndependentTreeContext.js"; export function useNavigationIndependentTree() { return React.useContext(NavigationIndependentTreeContext); } //# sourceMappingURL=useNavigationIndependentTree.js.map