Searched refs:nextRoute (Results 1 – 3 of 3) sorted by relevance
| /expo/packages/expo-router/build/fork/ |
| H A D | getPathFromState.js | 229 const nextRoute = route.state.routes[index]; 232 if (nestedScreens && nextRoute.name in nestedScreens) { 233 route = nextRoute; 261 nextRoute: route, 279 …const { pattern, params, nextRoute, focusedParams } = walkConfigItems(route, getActiveRoute(curren… 283 routePath: nextRoute.path, 285 initialRouteName: configs[nextRoute.name]?.initialRouteName, 289 if (nextRoute.state && 294 configs[nextRoute.state.routes?.[nextRoute.state?.index ?? 0]?.name]) { 296 current = nextRoute.state;
|
| H A D | getPathFromState.js.map | 1 …nextRoute = route.state.routes[index];\n const nestedScreens = configItem.screens;\n\n // if…
|
| /expo/packages/expo-router/src/fork/ |
| H A D | getPathFromState.ts | 289 const nextRoute = route.state.routes[index]; constant 293 if (nestedScreens && nextRoute.name in nestedScreens) { 294 route = nextRoute as CustomRoute; 325 nextRoute: route, 356 const { pattern, params, nextRoute, focusedParams } = walkConfigItems( constant 367 routePath: nextRoute.path, 369 initialRouteName: configs[nextRoute.name]?.initialRouteName, 375 nextRoute.state && 380 configs[nextRoute.state.routes?.[nextRoute.state?.index ?? 0]?.name] 383 current = nextRoute.state;
|