Searched refs:createNormalizedConfigs (Results 1 – 6 of 6) sorted by relevance
| /expo/packages/expo-router/build/fork/ |
| H A D | getPathFromState.js | 118 createNormalizedConfigs(options.screens), { preserveGroups, preserveDynamicRoutes }); 446 const screens = config.screens ? createNormalizedConfigs(config.screens, pattern) : undefined; 455 const createNormalizedConfigs = (options, pattern) => Object.fromEntries(Object.entries(options).ma… function
|
| H A D | getStateFromPath.js | 94 .map((key) => createNormalizedConfigs(key, screens, [], initialRoutes)) 366 const createNormalizedConfigs = (screen, routeConfig, routeNames = [], initials = [], parentScreens… function 402 …const result = createNormalizedConfigs(nestedConfig, config.screens, routeNames, initials, [...par…
|
| H A D | getPathFromState.js.map | 1 …createNormalizedConfigs(options.screens),\n { preserveGroups, preserveDynamicRoutes }\n );\n}\…
|
| H A D | getStateFromPath.js.map | 1 …createNormalizedConfigs(key, screens, [], initialRoutes))\n .flat();\n\n const resolvedInitial…
|
| /expo/packages/expo-router/src/fork/ |
| H A D | getPathFromState.ts | 141 createNormalizedConfigs(options.screens), 598 const screens = config.screens ? createNormalizedConfigs(config.screens, pattern) : undefined; constant 609 const createNormalizedConfigs = ( constant
|
| H A D | getStateFromPath.ts | 119 .map((key) => createNormalizedConfigs(key, screens, [], initialRoutes)) 478 const createNormalizedConfigs = ( constant 543 const result = createNormalizedConfigs(
|