Home
last modified time | relevance | path

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

/expo/packages/expo-router/build/
H A DloadStaticParamsAsync.js22 const validateSingleParam = (dynamic, value, allowMultipleSegments) => { argument
27 if (parts.length > 1 && !allowMultipleSegments) {
H A DloadStaticParamsAsync.js.map1allowMultipleSegments?: boolean\n ) => {\n if (typeof value !== 'string') {\n throw new E…
/expo/packages/expo-router/src/
H A DloadStaticParamsAsync.ts39 allowMultipleSegments?: boolean
49 if (parts.length > 1 && !allowMultipleSegments) {