Home
last modified time | relevance | path

Searched refs:getMatchableRouteConfigs (Results 1 – 4 of 4) sorted by relevance

/expo/packages/expo-router/build/fork/
H A DgetStateFromPath.d.ts42 export declare function getMatchableRouteConfigs<ParamList extends object>(options?: Options<ParamL…
H A DgetStateFromPath.js29 exports.stripBasePath = exports.getMatchableRouteConfigs = exports.getUrlWithReactNavigationConcess…
71 const { initialRoutes, configs } = getMatchableRouteConfigs(options);
75 function getMatchableRouteConfigs(options) { function
109 exports.getMatchableRouteConfigs = getMatchableRouteConfigs;
H A DgetStateFromPath.js.map1getMatchableRouteConfigs(options);\n\n return getStateFromPathWithConfigs(path, configs, initialR…
/expo/packages/expo-router/src/fork/
H A DgetStateFromPath.ts91 const { initialRoutes, configs } = getMatchableRouteConfigs(options);
96 export function getMatchableRouteConfigs<ParamList extends object>(options?: Options<ParamList>) { function