Home
last modified time | relevance | path

Searched refs:getAndroidManifestAsync (Results 1 – 8 of 8) sorted by relevance

/expo/packages/@expo/config-plugins/build/android/
H A DPaths.js6 exports.getAndroidManifestAsync = getAndroidManifestAsync;
137 async function getAndroidManifestAsync(projectRoot) { function
H A DPaths.d.ts25 export declare function getAndroidManifestAsync(projectRoot: string): Promise<string>;
H A DPaths.js.map1getAndroidManifestAsync","getResourceFolderAsync","getResourceXMLPathAsync","kind","resourcePath"]…
/expo/packages/@expo/cli/src/run/android/
H A DresolveLaunchProps.ts13 const filePath = await AndroidConfig.Paths.getAndroidManifestAsync(projectRoot);
/expo/packages/@expo/cli/src/start/platforms/android/
H A DAndroidAppIdResolver.ts34 const filePath = await AndroidConfig.Paths.getAndroidManifestAsync(this.projectRoot);
/expo/packages/@expo/cli/src/utils/
H A Dscheme.ts57 const configPath = await AndroidConfig.Paths.getAndroidManifestAsync(projectRoot);
/expo/packages/@expo/cli/src/prebuild/
H A DclearNativeFolder.ts45 AndroidConfig.Paths.getAndroidManifestAsync(projectRoot),
/expo/packages/@expo/config-plugins/src/android/
H A DPaths.ts113 export async function getAndroidManifestAsync(projectRoot: string): Promise<string> { function