Home
last modified time | relevance | path

Searched defs:android (Results 1 – 25 of 147) sorted by relevance

123456

/expo/packages/expo-linking/build/
H A DSchemes.js43 android: ['exp', 'exps'], property
61 android: Constants.expoConfig?.android, property
71 android: Constants.expoConfig?.android?.package, property
/expo/apps/test-suite/tests/
H A DSpeech.js30 android: 1500, property
44 android: 1500, property
/expo/apps/eas-expo-go/
H A Deas.json11 "android": { object
40 "android": { object
61 "android": { object
76 "android": { object
98 "android": { object
124 "android": { object
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/codegen/
H A Dgenerate-specs-cli-executor.js20 android: ['componentsAndroid', 'modulesAndroid'], property
24 android: ['componentsAndroid'], property
28 android: ['modulesAndroid'], property
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/scripts/codegen/
H A Dgenerate-specs-cli-executor.js20 android: ['componentsAndroid', 'modulesAndroid', 'modulesCxx'], property
24 android: ['componentsAndroid'], property
28 android: ['modulesAndroid', 'modulesCxx'], property
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/codegen/
H A Dgenerate-specs-cli-executor.js20 android: ['componentsAndroid', 'modulesAndroid', 'modulesCxx'], property
24 android: ['componentsAndroid'], property
28 android: ['modulesAndroid', 'modulesCxx'], property
/expo/packages/expo-updates/e2e/fixtures/project_files/
H A Deas.json8 "android": { object
20 "android": { object
/expo/packages/expo-notifications/src/
H A DNotificationPermissions.types.ts27 android?: { property
101 android?: object; property
/expo/packages/expo-notifications/build/
H A DNotificationPermissions.types.d.ts21 android?: { property
92 android?: object; property
/expo/packages/expo-modules-core/
H A Dreact-native.config.js6 android: null, property
/expo/packages/@expo/cli/e2e/fixtures/with-web/
H A Dapp.json3 "android": { object
/expo/packages/@expo/cli/e2e/fixtures/with-blank/
H A Dapp.json3 "android": { object
/expo/packages/expo-dev-menu/
H A Dreact-native.config.js6 android: null, property
/expo/packages/expo-dev-launcher/
H A Dreact-native.config.js6 android: null, property
/expo/packages/expo/build/
H A DExpo.fx.js16 Platform.select({ ios: 'Expo.plist', android: 'AndroidManifest.xml' }) + property
/expo/packages/expo-gl/
H A Dreact-native.config.js6 android: null, property
/expo/packages/expo-navigation-bar/
H A Dexpo-module.config.json4 "android": { object
/expo/packages/expo-intent-launcher/
H A Dexpo-module.config.json4 "android": { object
/expo/packages/expo-task-manager/
H A Dexpo-module.config.json4 "android": { object
/expo/packages/expo-splash-screen/
H A Dexpo-module.config.json4 "android": { object
/expo/packages/expo-application/
H A Dexpo-module.config.json4 "android": { object
/expo/packages/expo-media-library/
H A Dexpo-module.config.json4 "android": { object
/expo/packages/expo-calendar/
H A Dexpo-module.config.json4 "android": { object
/expo/packages/expo-branch/
H A Dunimodule.json4 "android": { object
/expo/packages/expo-manifests/android/src/main/java/expo/modules/manifests/core/
H A DManifest.kt141 val android = expoClientConfig.getNullable<JSONObject>("android") ?: return null in updateJSON() constant
207 val android = expoClientConfig.getNullable<JSONObject>("android") ?: return null in updateJSON() constant
213 val android = expoClientConfig.getNullable<JSONObject>("android") ?: return null in updateJSON() constant
219 val android: JSONObject = expoClientConfig.getNullable<JSONObject>("android") ?: return false in updateJSON() constant

123456