Searched refs:templateSubstitutions (Results 1 – 2 of 2) sorted by relevance
| /expo/tools/src/dynamic-macros/ |
| H A D | generateDynamicMacros.ts | 87 const templateSubstitutions = await getTemplateSubstitutionsAsync(); constant 92 await macrosGenerator.generateAsync({ ...args, macros, templateSubstitutions }); 98 templateSubstitutions 119 templateSubstitutions: TemplateSubstitutions, 133 for (const [textToReplace, value] of Object.entries(templateSubstitutions)) { 164 async function copyTemplateFilesAsync(platform: string, args: any, templateSubstitutions: any) { 194 templateSubstitutions,
|
| H A D | IosMacrosGenerator.ts | 152 const { infoPlistPath, buildConstantsPath, macros, templateSubstitutions } = options; constant 163 templateSubstitutions
|