Home
last modified time | relevance | path

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

/expo/tools/src/generate-module/
H A DconfigureModule.ts236 const destinationFilesPath = path.join(androidSrcPath, ...javaPackage.split('.')); constant
249 await fs.mkdirp(destinationFilesPath);
250 await fs.copy(sourceFilesPath, destinationFilesPath);
298 destinationFilesPath,