Home
last modified time | relevance | path

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

/expo/packages/@expo/config-plugins/build/ios/
H A DPaths.d.ts8 export declare function getAppDelegateHeaderFilePath(projectRoot: string): string; function
H A DPaths.js14 exports.getAppDelegateHeaderFilePath = getAppDelegateHeaderFilePath;
69 function getAppDelegateHeaderFilePath(projectRoot) { function
H A DPaths.js.map1getAppDelegateHeaderFilePath","projectRoot","using","extra","globSync","absolute","cwd","ignore","…
/expo/packages/@expo/config-plugins/src/ios/
H A DPaths.ts21 export function getAppDelegateHeaderFilePath(projectRoot: string): string { function