Home
last modified time | relevance | path

Searched refs:routeTree (Results 1 – 6 of 6) sorted by relevance

/expo/packages/expo-router/build/
H A Droutes-manifest.js17 const routeTree = (0, getRoutes_1.getRoutes)(createMockContextModule(paths), {
21 if (!routeTree) {
24 return (0, getServerManifest_1.getServerManifest)(routeTree);
H A Droutes-manifest.js.map1routeTree = getRoutes(createMockContextModule(paths), {\n preserveApiRoutes: true,\n ignoreR…
/expo/packages/expo-router/src/
H A Droutes-manifest.ts31 const routeTree = getRoutes(createMockContextModule(paths), { constant
36 if (!routeTree) {
39 return getServerManifest(routeTree);
/expo/packages/expo-router/build/static/
H A DrenderStaticContent.js53 … const routeTree = (0, getRoutes_1.getRoutes)(_ctx_1.ctx, { preserveApiRoutes: true, ...options });
54 if (!routeTree) {
58 await (0, loadStaticParamsAsync_1.loadStaticParamsAsync)(routeTree);
59 return (0, getLinkingConfig_1.getNavigationConfig)(routeTree);
H A DrenderStaticContent.js.map1routeTree = getRoutes(ctx, { preserveApiRoutes: true, ...options });\n\n if (!routeTree) {\n t…
/expo/packages/expo-router/src/static/
H A DrenderStaticContent.tsx29 const routeTree = getRoutes(ctx, { preserveApiRoutes: true, ...options });
31 if (!routeTree) {
36 await loadStaticParamsAsync(routeTree);
38 return getNavigationConfig(routeTree);