Home
last modified time | relevance | path

Searched refs:joinPaths (Results 1 – 6 of 6) sorted by relevance

/expo/packages/expo-router/src/fork/
H A DgetStateFromPath.ts123 joinPaths(...route.parentScreens, route.initialRouteName)
359 const joinPaths = (...paths: string[]): string => constant
498 const pattern = parentPattern ? joinPaths(parentPattern, config) : config;
517 ? joinPaths(parentPattern || '', config.path || '')
H A DgetPathFromState.ts570 const joinPaths = (...paths: string[]): string => constant
582 const pattern = parentPattern ? joinPaths(parentPattern, config) : config;
596 config.exact !== true ? joinPaths(parentPattern || '', config.path || '') : config.path || '';
/expo/packages/expo-router/build/fork/
H A DgetStateFromPath.js96 …const resolvedInitialPatterns = initialRoutes.map((route) => joinPaths(...route.parentScreens, rou…
272 const joinPaths = (...paths) => [] function
374 const pattern = parentPattern ? joinPaths(parentPattern, config) : config;
389 ? joinPaths(parentPattern || '', config.path || '')
H A DgetPathFromState.js430 const joinPaths = (...paths) => [] function
437 const pattern = parentPattern ? joinPaths(parentPattern, config) : config;
445 …const pattern = config.exact !== true ? joinPaths(parentPattern || '', config.path || '') : config…
H A DgetStateFromPath.js.map1joinPaths(...route.parentScreens, route.initialRouteName)\n );\n\n const convertedWithInitial = …
H A DgetPathFromState.js.map1joinPaths = (...paths: string[]): string =>\n ([] as string[])\n .concat(...paths.map((p) => p…