Home
last modified time | relevance | path

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

/expo/tools/src/dynamic-macros/
H A DIosMacrosGenerator.ts104 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 DgenerateDynamicMacros.ts165 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 DAndroidGenerateDynamicMacros.ts21 templateFilesPath: TEMPLATE_FILES_DIR,
H A DIosGenerateDynamicMacros.ts23 templateFilesPath: TEMPLATE_FILES_DIR,