Home
last modified time | relevance | path

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

/expo/tools/src/generate-module/
H A DgenerateModuleAsync.ts40 const newModulePath = path.resolve(newModuleParentPath, configuration.npmModuleName); constant
41 if (fs.existsSync(newModulePath)) {
42 throw new Error(`Module '${newModulePath}' already exists!`);
45 await fetchTemplate(newModulePath, templatePath);
47 await configureModule(newModulePath, configuration);
H A DconfigureModule.ts392 newModulePath: string,
395 await configureNPM(newModulePath, configuration);
396 await configureTS(newModulePath, configuration);
397 await configureAndroid(newModulePath, configuration);
398 await configureIOS(newModulePath, configuration);