Home
last modified time | relevance | path

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

/expo/tools/src/vendoring/
H A Dlegacy.ts13 iosPrefix?: string; property
536 iosPrefix: 'LRN',
753 async function renameIOSSymbolsAsync(file: string, iosPrefix: string) {
757 const transformedContent = content.replace(new RegExp(iosPrefix, 'g'), 'EX');
758 const newFileName = file.replace(iosPrefix, 'EX');
950 if (step.iosPrefix) {
951 console.log(`\nUpdating classes prefix to ${chalk.yellow(step.iosPrefix)} ...`);
956 await renameIOSSymbolsAsync(file, step.iosPrefix);