Home
last modified time | relevance | path

Searched refs:CustomRoute (Results 1 – 2 of 2) sorted by relevance

/expo/packages/expo-router/src/fork/
H A DgetPathFromState.ts25 type CustomRoute = Route<string> & { alias
203 route: CustomRoute,
294 route = nextRoute as CustomRoute;
348 const route = current.routes[current.index ?? 0] as CustomRoute;
/expo/packages/expo-router/build/fork/
H A DgetPathFromState.js.map1CustomRoute = Route<string> & {\n state?: State;\n};\n\nconst DEFAULT_SCREENS: PathConfigMap<obje…