Searched refs:NavigationState (Results 1 – 15 of 15) sorted by relevance
| /expo/packages/expo-router/build/fork/ |
| H A D | getPathFromState.d.ts | 2 import type { NavigationState, PartialState } from '@react-navigation/routers'; 7 export type State = NavigationState | Omit<PartialState<NavigationState>, 'stale'>;
|
| H A D | getStateFromPath.d.ts | 2 import type { NavigationState, PartialState } from '@react-navigation/routers'; 13 export type ResultState = PartialState<NavigationState> & {
|
| H A D | getPathFromState.js.map | 1 …NavigationState, PartialState, Route } from '@react-navigation/routers';\nimport Constants from 'e…
|
| H A D | getStateFromPath.js.map | 1 …NavigationState, PartialState } from '@react-navigation/routers';\nimport escape from 'escape-stri…
|
| /expo/packages/expo-router/build/ |
| H A D | useScreens.d.ts | 1 import type { EventMapBase, NavigationState, ParamListBase, RouteProp, ScreenListeners } from '@rea… 4 …ds Record<string, any> = Record<string, any>, State extends NavigationState = NavigationState, Eve…
|
| H A D | useScreens.js.map | 1 …NavigationState,\n ParamListBase,\n RouteProp,\n ScreenListeners,\n} from '@react-navigation/na…
|
| /expo/packages/expo-router/build/layouts/ |
| H A D | withLayoutContext.d.ts | 1 import { EventMapBase, NavigationState } from '@react-navigation/native'; 14 …ns extends object, T extends React.ComponentType<any>, State extends NavigationState, EventMap ext…
|
| H A D | withLayoutContext.js.map | 1 …NavigationState } from '@react-navigation/native';\nimport React from 'react';\n\nimport { useCont…
|
| /expo/packages/expo-router/src/global-state/ |
| H A D | routing.ts | 1 import { type NavigationAction, type NavigationState } from '@react-navigation/native'; alias 125 function getNavigatePushAction(state: ResultState, rootState: NavigationState) { 139 parentState: NavigationState, 140 lastNavigatorSupportingReplace: NavigationState = parentState
|
| /expo/packages/expo-router/src/layouts/ |
| H A D | withLayoutContext.tsx | 1 import { EventMapBase, NavigationState } from '@react-navigation/native'; 68 State extends NavigationState,
|
| /expo/packages/expo-router/src/fork/ |
| H A D | getPathFromState.ts | 2 import type { NavigationState, PartialState, Route } from '@react-navigation/routers'; 13 export type State = NavigationState | Omit<PartialState<NavigationState>, 'stale'>;
|
| H A D | getStateFromPath.ts | 2 import type { InitialState, NavigationState, PartialState } from '@react-navigation/routers'; 38 export type ResultState = PartialState<NavigationState> & {
|
| /expo/packages/expo-router/src/ |
| H A D | useScreens.tsx | 3 NavigationState, 26 State extends NavigationState = NavigationState,
|
| /expo/packages/expo-router/build/global-state/ |
| H A D | routing.js.map | 1 …NavigationState } from '@react-navigation/native';\nimport * as Linking from 'expo-linking';\n\nim…
|
| /expo/packages/expo-router/src/fork/__tests__/ |
| H A D | getPathFromState-upstream.test.node.ts | 3 import type { NavigationState, PartialState } from '@react-navigation/routers'; 20 type State = PartialState<NavigationState>;
|