Home
last modified time | relevance | path

Searched refs:NavigationState (Results 1 – 15 of 15) sorted by relevance

/expo/packages/expo-router/build/fork/
H A DgetPathFromState.d.ts2 import type { NavigationState, PartialState } from '@react-navigation/routers';
7 export type State = NavigationState | Omit<PartialState<NavigationState>, 'stale'>;
H A DgetStateFromPath.d.ts2 import type { NavigationState, PartialState } from '@react-navigation/routers';
13 export type ResultState = PartialState<NavigationState> & {
H A DgetPathFromState.js.map1NavigationState, PartialState, Route } from '@react-navigation/routers';\nimport Constants from 'e…
H A DgetStateFromPath.js.map1NavigationState, PartialState } from '@react-navigation/routers';\nimport escape from 'escape-stri…
/expo/packages/expo-router/build/
H A DuseScreens.d.ts1 import type { EventMapBase, NavigationState, ParamListBase, RouteProp, ScreenListeners } from '@rea…
4 …ds Record<string, any> = Record<string, any>, State extends NavigationState = NavigationState, Eve…
H A DuseScreens.js.map1NavigationState,\n ParamListBase,\n RouteProp,\n ScreenListeners,\n} from '@react-navigation/na…
/expo/packages/expo-router/build/layouts/
H A DwithLayoutContext.d.ts1 import { EventMapBase, NavigationState } from '@react-navigation/native';
14 …ns extends object, T extends React.ComponentType<any>, State extends NavigationState, EventMap ext…
H A DwithLayoutContext.js.map1NavigationState } from '@react-navigation/native';\nimport React from 'react';\n\nimport { useCont…
/expo/packages/expo-router/src/global-state/
H A Drouting.ts1 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 DwithLayoutContext.tsx1 import { EventMapBase, NavigationState } from '@react-navigation/native';
68 State extends NavigationState,
/expo/packages/expo-router/src/fork/
H A DgetPathFromState.ts2 import type { NavigationState, PartialState, Route } from '@react-navigation/routers';
13 export type State = NavigationState | Omit<PartialState<NavigationState>, 'stale'>;
H A DgetStateFromPath.ts2 import type { InitialState, NavigationState, PartialState } from '@react-navigation/routers';
38 export type ResultState = PartialState<NavigationState> & {
/expo/packages/expo-router/src/
H A DuseScreens.tsx3 NavigationState,
26 State extends NavigationState = NavigationState,
/expo/packages/expo-router/build/global-state/
H A Drouting.js.map1NavigationState } from '@react-navigation/native';\nimport * as Linking from 'expo-linking';\n\nim…
/expo/packages/expo-router/src/fork/__tests__/
H A DgetPathFromState-upstream.test.node.ts3 import type { NavigationState, PartialState } from '@react-navigation/routers';
20 type State = PartialState<NavigationState>;