Home
last modified time | relevance | path

Searched refs:relativeProjectPath (Results 1 – 2 of 2) sorted by relevance

/expo/packages/expo-yarn-workspaces/bin/
H A Dmake-entry-module.js65 let relativeProjectPath = path.relative(fs.realpathSync(mainModuleDirectory), projectPath);
66 if (relativeProjectPath.split(path.sep)[0] !== '..') {
67 relativeProjectPath = path.join('.', relativeProjectPath);
71 generatedComment + '\n' + template.replace('{{relativeProjectPath}}', relativeProjectPath);
/expo/tools/src/commands/
H A DPodInstallCommand.ts21 for (const relativeProjectPath of ['ios', 'apps/bare-expo/ios']) { constant
22 const absoluteProjectPath = path.join(EXPO_DIR, relativeProjectPath); constant
27 logger.info(`�� Installing pods in ${chalk.yellow(relativeProjectPath)} directory`);