Home
last modified time | relevance | path

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

/expo/packages/@expo/config-plugins/build/ios/
H A DPaths.d.ts16 export declare function getAppDelegate(projectRoot: string): AppDelegateProjectFile; function
H A DPaths.js150 function getAppDelegate(projectRoot) { function
/expo/packages/@expo/config-plugins/src/ios/
H A DPaths.ts118 export function getAppDelegate(projectRoot: string): AppDelegateProjectFile { function