Home
last modified time | relevance | path

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

/expo/tools/src/generate-module/
H A DconfigureModule.ts235 const sourceFilesPath = path.join(androidSrcPath, ...templateJavaPackage.split('.')); constant
240 removeFiles(sourceFilesPath, [`ModuleTemplateView.kt`, `ModuleTemplateViewManager.kt`]);
242 replaceContent(path.join(sourceFilesPath, 'ModuleTemplatePackage.kt'), (packageContent) =>
250 await fs.copy(sourceFilesPath, destinationFilesPath);
253 await fs.remove(sourceFilesPath);