Searched refs:templateFilesPath (Results 1 – 4 of 4) sorted by relevance
| /expo/tools/src/dynamic-macros/ |
| H A D | IosMacrosGenerator.ts | 104 async function writeTemplatesAsync(expoKitPath: string, templateFilesPath: string) { 106 await renderExpoKitPodspecAsync(expoKitPath, templateFilesPath); 107 await renderExpoKitPodfileAsync(expoKitPath, templateFilesPath); 113 templateFilesPath: string 116 const podspecTemplatePath = path.join(templateFilesPath, 'ios', 'ExpoKit.podspec'); 131 templateFilesPath: string 134 const podfileTemplatePath = path.join(templateFilesPath, 'ios', 'ExpoKit-Podfile'); 167 await writeTemplatesAsync(options.expoKitPath, options.templateFilesPath);
|
| H A D | generateDynamicMacros.ts | 165 const templateFilesPath = args.templateFilesPath || path.join(EXPO_DIR, 'template-files'); constant 167 path.join(templateFilesPath, `${platform}-paths.json`) 177 chalk.cyan(path.join(templateFilesPath, platform, source)) 186 chalk.cyan(path.join(templateFilesPath, platform, source)), 192 path.join(templateFilesPath, platform, source),
|
| /expo/tools/src/commands/ |
| H A D | AndroidGenerateDynamicMacros.ts | 21 templateFilesPath: TEMPLATE_FILES_DIR,
|
| H A D | IosGenerateDynamicMacros.ts | 23 templateFilesPath: TEMPLATE_FILES_DIR,
|