Home
last modified time | relevance | path

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

/expo/packages/expo-router/build/fork/
H A DgetPathFromState.js175 const inputPattern = configItem.pattern;
176 if (inputPattern == null) {
180 pattern = inputPattern;
H A DgetPathFromState.js.map1inputPattern = configItem.pattern;\n\n if (inputPattern == null) {\n // This should never …
/expo/packages/expo-router/src/fork/
H A DgetPathFromState.ts227 const inputPattern = configItem.pattern; constant
229 if (inputPattern == null) {
233 pattern = inputPattern;