Home
last modified time | relevance | path

Searched refs:routeNames (Results 1 – 17 of 17) sorted by relevance

/expo/packages/expo-router/build/views/
H A DNavigator.d.ts29 routeNames: string[];
52 routeNames: string[];
85 routeNames: string[];
101 routeNames: string[];
123 routeNames: string[];
149 routeNames: string[];
182 routeNames: string[];
198 routeNames: string[];
220 routeNames: string[];
238 routeNames: string[];
[all …]
/expo/packages/expo-router/src/fork/
H A DgetStateFromPath.ts26 routeNames: string[];
150 const a = alpha.routeNames;
191 return b.routeNames.join('>').localeCompare(a.routeNames.join('>'));
481 routeNames: string[] = [],
488 routeNames.push(screen);
523 routeNames,
546 routeNames,
557 routeNames.pop();
586 routeNames: string[],
606 routeNames: [...routeNames],
[all …]
H A DuseLinking.native.ts179 if (state.routes.some((r) => !rootState?.routeNames.includes(r.name))) {
H A DgetPathFromState.ts54 routeNames: [],
/expo/packages/expo-router/build/fork/
H A DgetStateFromPath.js101 isInitial: resolvedInitialPatterns.includes(config.routeNames.join('/')),
118 const a = alpha.routeNames;
119 const b = config.routeNames;
147 return b.routeNames.join('>').localeCompare(a.routeNames.join('>'));
247 const routes = match.routeNames.map((name) => {
331 routes = config.routeNames.map((name) => {
368 routeNames.push(screen);
407 routeNames.pop();
441 routeNames: [...routeNames],
443 userReadableName: [...routeNames.slice(0, -1), path || screen].join('/'),
[all …]
H A DuseLinking.native.d.ts9 routeNames: string[];
29 routeNames: string[];
H A DfindFocusedRoute.d.ts6 routeNames: string[];
H A DgetStateFromPath.d.ts49 routeNames: string[];
H A DgetStateFromPath.js.map1routeNames: string[];\n parse?: ParseConfig;\n hasChildren: boolean;\n userReadableName: string…
H A DuseLinking.native.js148 if (state.routes.some((r) => !rootState?.routeNames.includes(r.name))) {
H A DgetPathFromState.js53 routeNames: [],
H A DuseLinking.native.js.map1 …on.getRootState();\n\n if (state.routes.some((r) => !rootState?.routeNames.includes(r.name)…
H A DgetPathFromState.js.map1 … false,\n type: 'UNKNOWN',\n key: 'UNKNOWN',\n index: 0,\n routeNames: [],\n routes…
/expo/packages/expo-router/build/
H A Dprimitives.d.ts5 routeNames: string[];
/expo/packages/expo-router/src/fork/__tests__/
H A DgetPathFromState-upstream.test.node.ts29 routeNames: ['index', '_sitemap', '[...blog]'],
278 routeNames: ['(tabs)', 'address'],
287 routeNames: ['index'],
386 routeNames: ['(app)'],
398 routeNames: ['[user]'],
410 routeNames: ['index', 'related'],
/expo/packages/expo-dev-launcher/ios/
H A Dmain.jsbundle446routeNames"];function I(t){if("function"!=typeof WeakMap)return null;var n=new WeakMap,o=new WeakM…
449 …rn!t.routeNames.includes(r.name)}))?null:!1===c.stale?t.routeNames.length!==c.routeNames.length||c…
451routeNames,o=t.routeParamList,u=t.routeGetIdList;return p(p({},O.getInitialState({routeNames:n,rou…
452routeNames,i=t.routeParamList,u=void 0!==r&&o.includes(r)?o.indexOf(r):0,y=o.map((function(t){retu…
453routeNames,u=n.routeParamList,i=void 0!==t.initialRouteName&&r.includes(t.initialRouteName)?t.init…
455 …o){var f,c,l=u?`${u} > ${o.name}`:o.name;null==(f=o.state)||null==(c=f.routeNames)||c.forEach((fun…
487routeNames.join('>').localeCompare(t.routeNames.join('>'));if(t.pattern.startsWith(n.pattern))retu…
497routeNames:H,routeParamList:o,routeGetIdList:B}),!1]:[V.getInitialState({routeNames:H,routeParamLi…
510 …();return null!==O.getStateForAction(t,o.CommonActions.goBack(),{routeNames:t.routeNames,routePara…
529 …ar u=n.getRootState();if(r.routes.some((function(e){return!(null!=u&&u.routeNames.includes(e.name)…
[all …]
/expo/packages/expo-dev-launcher/android/src/debug/assets/
H A Dexpo_dev_launcher_android.bundle447routeNames"];function I(t){if("function"!=typeof WeakMap)return null;var n=new WeakMap,o=new WeakM…
450 …rn!t.routeNames.includes(r.name)}))?null:!1===c.stale?t.routeNames.length!==c.routeNames.length||c…
452routeNames,o=t.routeParamList,u=t.routeGetIdList;return p(p({},O.getInitialState({routeNames:n,rou…
453routeNames,i=t.routeParamList,u=void 0!==r&&o.includes(r)?o.indexOf(r):0,y=o.map((function(t){retu…
454routeNames,u=n.routeParamList,i=void 0!==t.initialRouteName&&r.includes(t.initialRouteName)?t.init…
456 …o){var f,c,l=u?`${u} > ${o.name}`:o.name;null==(f=o.state)||null==(c=f.routeNames)||c.forEach((fun…
488routeNames.join('>').localeCompare(t.routeNames.join('>'));if(t.pattern.startsWith(n.pattern))retu…
498routeNames:H,routeParamList:o,routeGetIdList:B}),!1]:[V.getInitialState({routeNames:H,routeParamLi…
511 …();return null!==O.getStateForAction(t,o.CommonActions.goBack(),{routeNames:t.routeNames,routePara…
530 …ar u=n.getRootState();if(r.routes.some((function(e){return!(null!=u&&u.routeNames.includes(e.name)…
[all …]