Home
last modified time | relevance | path

Searched defs:getAppDelegateHeaderFilePath (Results 1 – 3 of 3) 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.js69 function getAppDelegateHeaderFilePath(projectRoot) { function
/expo/packages/@expo/config-plugins/src/ios/
H A DPaths.ts21 export function getAppDelegateHeaderFilePath(projectRoot: string): string { function