Home
last modified time | relevance | path

Searched defs:getMainApplicationOrThrow (Results 1 – 10 of 10) sorted by relevance

/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-ads-admob/__tests__/
H A DwithAndroidAdMob-test.ts10 const { getMainApplicationOrThrow } = AndroidConfig.Manifest; constant
/expo/packages/@expo/prebuild-config/src/plugins/icons/__tests__/
H A DwithAndroidManifestIcons-test.ts6 const { getMainApplicationOrThrow } = AndroidConfig.Manifest; constant
H A DwithAndroidIcons-test.ts25 const { getMainApplicationOrThrow, readAndroidManifestAsync } = AndroidConfig.Manifest; constant
/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-branch/
H A DwithAndroidBranch.ts6 getMainApplicationOrThrow, constant
/expo/packages/expo-branch/plugin/src/
H A DwithBranchAndroid.ts6 getMainApplicationOrThrow, constant
/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-ads-admob/
H A DwithAndroidAdMob.ts6 getMainApplicationOrThrow, constant
/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-notifications/
H A DwithAndroidNotifications.ts18 getMainApplicationOrThrow, constant
/expo/packages/expo-notifications/plugin/src/
H A DwithNotificationsAndroid.ts30 getMainApplicationOrThrow, constant
/expo/packages/@expo/config-plugins/src/android/
H A DManifest.ts185 export function getMainApplicationOrThrow(androidManifest: AndroidManifest): ManifestApplication { function
/expo/packages/@expo/config-plugins/build/android/
H A DManifest.js82 function getMainApplicationOrThrow(androidManifest) { function