Lines Matching refs:EXPO_DIR

13   EXPO_DIR,
44 const RELATIVE_RN_PATH = path.relative(EXPO_DIR, REACT_NATIVE_SUBMODULE_DIR);
233 path.join(EXPO_DIR, RELATIVE_RN_PATH, fileToCopy),
249 reactNativeRoot: path.join(EXPO_DIR, RELATIVE_RN_PATH),
259 jsSrcsDir: path.join(EXPO_DIR, RELATIVE_RN_PATH, 'Libraries'),
282 path.join(EXPO_DIR, RELATIVE_RN_PATH, 'ReactCommon', library.libName),
321 console.log(`Modifying ${chalk.magenta(path.relative(EXPO_DIR, filename))}:`);
468 const reactNativeScriptsDir = path.join(EXPO_DIR, RELATIVE_RN_PATH, 'scripts');
483 path.join(EXPO_DIR, RELATIVE_RN_PATH, 'sdks', 'hermes-engine', 'hermes-utils.rb'),
544 path.join(EXPO_DIR, 'ios', 'ExpoKit.podspec'),
930 const rootPathComponents = EXPO_DIR.split('/');
1045 console.log(`Validating root directory ${chalk.magenta(EXPO_DIR)} ...`);
1046 const isFilesystemReady = validateAddVersionDirectories(EXPO_DIR, newVersionPath);
1058 path.relative(EXPO_DIR, newVersionPath)
1069 path.relative(EXPO_DIR, getVersionedExpoPath(versionName))
1102 path.join(EXPO_DIR, 'exponent-view-template', 'ios', 'exponent-view-template', 'Supporting'),
1194 path.relative(EXPO_DIR, newVersionPath)
1199 console.log(`Validating root directory ${chalk.magenta(EXPO_DIR)} ...`);
1200 const isFilesystemReady = validateRemoveVersionDirectories(EXPO_DIR, newVersionPath);
1208 `Removing versioned files under ${chalk.magenta(path.relative(EXPO_DIR, newVersionPath))}...`
1233 path.join(EXPO_DIR, 'exponent-view-template', 'ios', 'exponent-view-template', 'Supporting'),
1243 await renderExpoKitPodspecAsync(EXPO_DIR, path.join(EXPO_DIR, 'template-files'));