Home
last modified time | relevance | path

Searched refs:getRouterDirectoryWithManifest (Results 1 – 4 of 4) sorted by relevance

/expo/packages/@expo/cli/src/start/server/type-generation/
H A DstartTypescriptTypeGeneration.ts12 import { getRouterDirectoryWithManifest } from '../metro/router';
59 routerDirectory: getRouterDirectoryWithManifest(projectRoot, exp),
/expo/packages/@expo/cli/src/start/server/metro/
H A Drouter.ts49 export function getRouterDirectoryWithManifest(projectRoot: string, exp: ExpoConfig): string { function
H A DMetroBundlerDevServer.ts19 import { getRouterDirectoryWithManifest, isApiRouteConvention } from './router';
412 const appDir = getRouterDirectoryWithManifest(this.projectRoot, exp);
/expo/packages/@expo/cli/src/export/
H A DexportStaticAsync.ts22 getRouterDirectoryWithManifest,
110 const appDir = getRouterDirectoryWithManifest(projectRoot, exp);