Home
last modified time | relevance | path

Searched defs:stripBasePath (Results 1 – 3 of 3) sorted by relevance

/expo/packages/expo-router/build/fork/
H A DgetStateFromPath.d.ts57 export declare function stripBasePath(path: string, basePath?: string | undefined): string; function
H A DgetStateFromPath.js545 function stripBasePath(path, basePath = expo_constants_1.default.expoConfig?.experiments?.basePath)… function
/expo/packages/expo-router/src/fork/
H A DgetStateFromPath.ts755 export function stripBasePath( function