Home
last modified time | relevance | path

Searched refs:getUrlWithReactNavigationConcessions (Results 1 – 5 of 5) sorted by relevance

/expo/packages/expo-router/src/fork/__tests__/
H A DgetStateFromPath.test.node.ts7 getUrlWithReactNavigationConcessions,
81 describe(getUrlWithReactNavigationConcessions, () => {
84 expect(getUrlWithReactNavigationConcessions(path).nonstandardPathname).toBe(path);
94 expect(getUrlWithReactNavigationConcessions(url).nonstandardPathname).toBe(expected);
104 expect(getUrlWithReactNavigationConcessions(url, 'gh-pages').nonstandardPathname).toBe(
116 expect(getUrlWithReactNavigationConcessions(url).inputPathnameWithoutHash).toBe(expected);
/expo/packages/expo-router/build/fork/
H A DgetStateFromPath.d.ts16 export declare function getUrlWithReactNavigationConcessions(path: string, basePath?: string | unde… function
H A DgetStateFromPath.js29 …tripBasePath = exports.getMatchableRouteConfigs = exports.getUrlWithReactNavigationConcessions = v…
37 function getUrlWithReactNavigationConcessions(path, basePath = expo_constants_1.default.expoConfig?… function
48 exports.getUrlWithReactNavigationConcessions = getUrlWithReactNavigationConcessions;
259 const formattedPaths = getUrlWithReactNavigationConcessions(path);
H A DgetStateFromPath.js.map1getUrlWithReactNavigationConcessions(\n path: string,\n basePath: string | undefined = Constants…
/expo/packages/expo-router/src/fork/
H A DgetStateFromPath.ts48 export function getUrlWithReactNavigationConcessions( function
333 const formattedPaths = getUrlWithReactNavigationConcessions(path);