Searched refs:podfilePath (Results 1 – 3 of 3) sorted by relevance
| /expo/packages/expo/ |
| H A D | react-native.config.js | 16 const podfilePath = path.join(projectRoot, 'ios', 'Podfile'); 17 if (!fs.existsSync(podfilePath)) { 22 podfilePath,
|
| /expo/tools/src/dynamic-macros/ |
| H A D | IosMacrosGenerator.ts | 133 const podfilePath = path.join(expoKitPath, 'exponent-view-template', 'ios', 'Podfile'); constant 138 chalk.cyan(path.relative(EXPO_DIR, podfilePath)), 142 await IosPodsTools.renderPodfileAsync(podfileTemplatePath, podfilePath, {
|
| /expo/packages/@expo/cli/src/export/ |
| H A D | exportHermes.ts | 194 const podfilePath = path.join(projectRoot, 'ios', 'Podfile'); constant 195 if (fs.existsSync(podfilePath)) { 196 const content = await fs.readFile(podfilePath, 'utf8');
|