Searched refs:DynamicConvention (Results 1 – 10 of 10) sorted by relevance
| /expo/packages/expo-router/build/ |
| H A D | Route.d.ts | 4 export type DynamicConvention = { alias 25 dynamic: null | DynamicConvention[];
|
| H A D | getRoutes.d.ts | 1 import type { DynamicConvention, RouteNode } from './Route'; 21 export declare function generateDynamicFromSegment(name: string): DynamicConvention | null;
|
| H A D | Route.js.map | 1 …DynamicConvention = { name: string; deep: boolean };\n\nexport type LoadedRoute = {\n ErrorBounda…
|
| H A D | loadStaticParamsAsync.js.map | 1 …DynamicConvention, RouteNode } from './Route';\n\nasync function recurseAndFlattenNodes<\n T,\n …
|
| H A D | useScreens.js.map | 1 …DynamicConvention,\n LoadedRoute,\n Route,\n RouteNode,\n sortRoutesWithInitial,\n useRouteNo…
|
| H A D | getRoutes.js.map | 1 …DynamicConvention, RouteNode } from './Route';\nimport EXPO_ROUTER_IMPORT_MODE from './import-mode…
|
| /expo/packages/expo-router/src/ |
| H A D | Route.tsx | 7 export type DynamicConvention = { name: string; deep: boolean }; 27 dynamic: null | DynamicConvention[];
|
| H A D | loadStaticParamsAsync.ts | 1 import type { DynamicConvention, RouteNode } from './Route'; 37 dynamic: DynamicConvention,
|
| H A D | getRoutes.ts | 1 import type { DynamicConvention, RouteNode } from './Route'; 102 export function generateDynamicFromSegment(name: string): DynamicConvention | null { 113 .filter(Boolean) as DynamicConvention[];
|
| H A D | useScreens.tsx | 11 DynamicConvention, 237 const getPreferredId = (segment: DynamicConvention) => {
|