Home
last modified time | relevance | path

Searched refs:appRoot (Results 1 – 7 of 7) sorted by relevance

/expo/packages/expo-router/
H A Dbabel.js99 const appRoot = nodePath.relative(nodePath.dirname(routerEntry), appFolder);
100 debug('routerEntry', routerEntry, appFolder, appRoot);
102 process.env.EXPO_ROUTER_APP_ROOT_2 = appRoot;
103 return appRoot;
115 const appRoot = appFolder;
116 debug('absolute router entry', appFolder, appRoot);
119 return appRoot;
/expo/packages/@expo/cli/src/start/server/metro/
H A Drouter.ts28 const appRoot = path.relative(path.dirname(routerEntry), appFolder); constant
29 debug('routerEntry', routerEntry, appFolder, appRoot);
30 return appRoot;
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/scripts/
H A Dgenerate-codegen-artifacts.js61 const appRoot = argv.path; constant
65 appRoot,
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/
H A Dgenerate-artifacts.js61 const appRoot = argv.path; constant
65 appRoot,
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/
H A Dgenerate-codegen-artifacts.js61 const appRoot = argv.path; constant
65 appRoot,
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/scripts/codegen/
H A Dgenerate-legacy-interop-components.js33 const appRoot = argv.path; constant
96 const configFilePath = `${appRoot}/${CONFIG_FILE_NAME}`;
/expo/packages/@expo/cli/src/start/server/type-generation/
H A Droutes.ts130 export function getTypedRoutesUtils(appRoot: string, filePathSeperator = path.sep) {
155 const normalizedAppRoot = normalizedFilePath(appRoot);
171 const relative = path.relative(appRoot, filePath);