Searched refs:appendBasePath (Results 1 – 7 of 7) sorted by relevance
49 export declare function appendBasePath(path: string, assetPrefix?: string | undefined): string;
29 exports.appendBasePath = exports.deepEqual = exports.getPathDataFromState = void 0;317 return { path: appendBasePath(basicSanitizePath(path)), params: decodeParams(allParams) };456 function appendBasePath(path, assetPrefix = expo_constants_1.default.expoConfig?.experiments?.baseP… function464 exports.appendBasePath = appendBasePath;
1 …appendBasePath(basicSanitizePath(path)), params: decodeParams(allParams) };\n}\n\nfunction decodeP…
4 import { appendBasePath } from '../fork/getPathFromState';52 href: appendBasePath(stripGroupSegmentsFromPath(props.href) || '/'),
43 …href: (0, getPathFromState_1.appendBasePath)((0, matchers_1.stripGroupSegmentsFromPath)(props.href…
1 …appendBasePath } from '../fork/getPathFromState';\nimport { useExpoRouter } from '../global-state/…
406 return { path: appendBasePath(basicSanitizePath(path)), params: decodeParams(allParams) };617 export function appendBasePath( function