Home
last modified time | relevance | path

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

/expo/packages/@expo/config-plugins/build/ios/
H A DPaths.d.ts34 export declare function getSupportingPath(projectRoot: string): string;
H A DPaths.js22 exports.getSupportingPath = getSupportingPath;
269 function getSupportingPath(projectRoot) { function
273 const supportingPath = getSupportingPath(projectRoot);
H A DPaths.js.map1getSupportingPath","resolve","basename","getExpoPlistPath","supportingPath","usingPath","relative"…
/expo/packages/@expo/config-plugins/src/ios/
H A DPaths.ts266 export function getSupportingPath(projectRoot: string): string { function
271 const supportingPath = getSupportingPath(projectRoot);