Home
last modified time | relevance | path

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

/expo/packages/@expo/config-plugins/build/android/
H A DPaths.d.ts15 export declare function getMainApplicationAsync(projectRoot: string): Promise<ApplicationProjectFil… function
H A DPaths.js93 async function getMainApplicationAsync(projectRoot) { function
/expo/packages/@expo/config-plugins/src/android/
H A DPaths.ts55 export async function getMainApplicationAsync( function