Home
last modified time | relevance | path

Searched refs:decodeParams (Results 1 – 3 of 3) sorted by relevance

/expo/packages/expo-router/build/fork/
H A DgetPathFromState.js317 return { path: appendBasePath(basicSanitizePath(path)), params: decodeParams(allParams) };
319 function decodeParams(params) { function
H A DgetPathFromState.js.map1 …appendBasePath(basicSanitizePath(path)), params: decodeParams(allParams) };\n}\n\nfunction decodeP…
/expo/packages/expo-router/src/fork/
H A DgetPathFromState.ts406 return { path: appendBasePath(basicSanitizePath(path)), params: decodeParams(allParams) };
409 function decodeParams(params: Record<string, string>) { function