Searched refs:useRootNavigationState (Results 1 – 9 of 9) sorted by relevance
| /expo/packages/expo-router/build/ |
| H A D | hooks.js | 6 …outer = exports.useRootNavigation = exports.useRouteInfo = exports.useRootNavigationState = void 0; 10 function useRootNavigationState() { function 13 exports.useRootNavigationState = useRootNavigationState;
|
| H A D | exports.d.ts | 2 …rchParams, useLocalSearchParams, useSegments, useRootNavigation, useRootNavigationState, } from '.…
|
| H A D | hooks.d.ts | 3 export declare function useRootNavigationState(): import("./fork/getStateFromPath").ResultState; function
|
| H A D | exports.js | 3 …ext = exports.Redirect = exports.Link = exports.router = exports.useRootNavigationState = exports.… 16 …vigationState", { enumerable: true, get: function () { return hooks_1.useRootNavigationState; } });
|
| H A D | exports.js.map | 1 … useLocalSearchParams,\n useSegments,\n useRootNavigation,\n useRootNavigationState,\n} from '…
|
| H A D | hooks.js.map | 1 …chParams = Record<string, string | string[]>;\n\nexport function useRootNavigationState() {\n ret…
|
| /expo/packages/expo-router/src/ |
| H A D | exports.ts | 12 useRootNavigationState,
|
| H A D | hooks.ts | 9 export function useRootNavigationState() { function
|
| /expo/docs/pages/router/migrate/ |
| H A D | from-react-navigation.mdx | 279 Use `useRootNavigationState()`.
|