Home
last modified time | relevance | path

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

/expo/tools/src/commands/
H A DGenerateBareApp.ts217 const projectPackagePath = path.resolve(projectDir, 'node_modules', packageName); constant
220 if (fs.existsSync(projectPackagePath)) {
221 fs.rmSync(projectPackagePath, { recursive: true });
224 fs.symlinkSync(expoPackagePath, projectPackagePath);