Home
last modified time | relevance | path

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

/expo/packages/@expo/config-plugins/build/ios/
H A DPaths.d.ts35 export declare function getExpoPlistPath(projectRoot: string): string;
H A DPaths.js17 exports.getExpoPlistPath = getExpoPlistPath;
272 function getExpoPlistPath(projectRoot) { function
H A DPaths.js.map1getExpoPlistPath","supportingPath","usingPath","relative","extraPaths","v","addWarningIOS","JSON",…
/expo/packages/@expo/config-plugins/src/ios/
H A DPaths.ts270 export function getExpoPlistPath(projectRoot: string): string { function