Searched refs:appRoot (Results 1 – 7 of 7) sorted by relevance
| /expo/packages/expo-router/ |
| H A D | babel.js | 99 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 D | router.ts | 28 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 D | generate-codegen-artifacts.js | 61 const appRoot = argv.path; constant 65 appRoot,
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/ |
| H A D | generate-artifacts.js | 61 const appRoot = argv.path; constant 65 appRoot,
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/ |
| H A D | generate-codegen-artifacts.js | 61 const appRoot = argv.path; constant 65 appRoot,
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/scripts/codegen/ |
| H A D | generate-legacy-interop-components.js | 33 const appRoot = argv.path; constant 96 const configFilePath = `${appRoot}/${CONFIG_FILE_NAME}`;
|
| /expo/packages/@expo/cli/src/start/server/type-generation/ |
| H A D | routes.ts | 130 export function getTypedRoutesUtils(appRoot: string, filePathSeperator = path.sep) { 155 const normalizedAppRoot = normalizedFilePath(appRoot); 171 const relative = path.relative(appRoot, filePath);
|