Home
last modified time | relevance | path

Searched defs:relativeProjectPath (Results 1 – 1 of 1) sorted by relevance

/expo/tools/src/commands/
H A DPodInstallCommand.ts21 for (const relativeProjectPath of ['ios', 'apps/bare-expo/ios']) { constant
22 const absoluteProjectPath = path.join(EXPO_DIR, relativeProjectPath); constant