Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/src/prebuild/
H A DcopyTemplateFiles.ts106 for (const copyFilePath of copyFilePaths) { constant
107 const projectPath = path.join(projectRoot, copyFilePath);
109 copiedPaths.push(copyFilePath);
110 copySync(path.join(templateDirectory, copyFilePath), projectPath);
112 skippedPaths.push(copyFilePath);