Home
last modified time | relevance | path

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

/expo/packages/expo/
H A Dreact-native.config.js16 const podfilePath = path.join(projectRoot, 'ios', 'Podfile');
17 if (!fs.existsSync(podfilePath)) {
22 podfilePath,
/expo/tools/src/dynamic-macros/
H A DIosMacrosGenerator.ts133 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 DexportHermes.ts194 const podfilePath = path.join(projectRoot, 'ios', 'Podfile'); constant
195 if (fs.existsSync(podfilePath)) {
196 const content = await fs.readFile(podfilePath, 'utf8');