Home
last modified time | relevance | path

Searched defs:readAndroidManifestAsync (Results 1 – 4 of 4) sorted by relevance

/expo/packages/expo-branch/plugin/src/__tests__/
H A DwithBranchAndroid-test.ts6 const { findMetaDataItem, getMainApplication, readAndroidManifestAsync } = AndroidConfig.Manifest; constant
/expo/packages/@expo/prebuild-config/src/plugins/icons/__tests__/
H A DwithAndroidIcons-test.ts25 const { getMainApplicationOrThrow, readAndroidManifestAsync } = AndroidConfig.Manifest; constant
/expo/packages/@expo/config-plugins/src/android/
H A DManifest.ts163 export async function readAndroidManifestAsync(manifestPath: string): Promise<AndroidManifest> { function
/expo/packages/@expo/config-plugins/build/android/
H A DManifest.js60 async function readAndroidManifestAsync(manifestPath) { function