Searched defs:readAndroidManifestAsync (Results 1 – 4 of 4) sorted by relevance
6 const { findMetaDataItem, getMainApplication, readAndroidManifestAsync } = AndroidConfig.Manifest; constant
25 const { getMainApplicationOrThrow, readAndroidManifestAsync } = AndroidConfig.Manifest; constant
163 export async function readAndroidManifestAsync(manifestPath: string): Promise<AndroidManifest> { function
60 async function readAndroidManifestAsync(manifestPath) { function