Searched refs:adaptiveIcon (Results 1 – 17 of 17) sorted by relevance
| /expo/packages/@expo/prebuild-config/src/plugins/icons/ |
| H A D | withAndroidIcons.ts | 59 isAdaptive: !!config.android?.adaptiveIcon, 70 const isAdaptive = !!config.android?.adaptiveIcon; 94 foregroundImage: config.android?.adaptiveIcon?.foregroundImage ?? null, 95 backgroundColor: config.android?.adaptiveIcon?.backgroundColor ?? null, 96 backgroundImage: config.android?.adaptiveIcon?.backgroundImage ?? null, 97 monochromeImage: config.android?.adaptiveIcon?.monochromeImage ?? null,
|
| H A D | withAndroidManifestIcons.ts | 14 const isAdaptive = !!config.android?.adaptiveIcon;
|
| /expo/packages/@expo/prebuild-config/build/plugins/icons/ |
| H A D | withAndroidIcons.js | 109 …g$android = config.android) !== null && _config$android !== void 0 && _config$android.adaptiveIcon) 117 …droid2 = config.android) !== null && _config$android2 !== void 0 && _config$android2.adaptiveIcon); 139 …roid4 === void 0 ? void 0 : (_config$android4$adap = _config$android4.adaptiveIcon) === null || _c… 140 …roid5 === void 0 ? void 0 : (_config$android5$adap = _config$android5.adaptiveIcon) === null || _c… 141 …roid6 === void 0 ? void 0 : (_config$android6$adap = _config$android6.adaptiveIcon) === null || _c… 142 …roid7 === void 0 ? void 0 : (_config$android7$adap = _config$android7.adaptiveIcon) === null || _c…
|
| H A D | withAndroidManifestIcons.js | 22 …$android = config.android) !== null && _config$android !== void 0 && _config$android.adaptiveIcon);
|
| H A D | withAndroidManifestIcons.js.map | 1 …adaptiveIcon","application","AndroidConfig","Manifest","getMainApplicationOrThrow","$"],"sources":…
|
| H A D | withAndroidIcons.js.map | 1 …adaptiveIcon","setRoundIconManifest","manifest","_config$android2","application","Manifest","getMa…
|
| /expo/packages/@expo/prebuild-config/src/plugins/icons/__tests__/ |
| H A D | withAndroidManifestIcons-test.ts | 17 const results = setRoundIconManifest({ android: { adaptiveIcon: {} } }, manifest);
|
| H A D | withAndroidIcons-test.ts | 42 const results = setRoundIconManifest({ android: { adaptiveIcon: {} } }, manifest); 71 adaptiveIcon: {
|
| /expo/docs/pages/develop/user-interface/ |
| H A D | app-icons.mdx | 32 Further customization of the Android icon is possible using the [`android.adaptiveIcon`](/versions/… 39 - Use the `android.adaptiveIcon.foregroundImage` property to specify the path to your foreground im… 40 - Use the `android.adaptiveIcon.monochromeImage` property to specify the path to your monochrome im… 41 …, use the `android.adaptiveIcon.backgroundColor` property. You can instead specify a background im…
|
| /expo/packages/@expo/cli/src/start/server/middleware/__tests__/ |
| H A D | resolveAssets-test.ts | 39 adaptiveIcon: {
|
| /expo/packages/@expo/fingerprint/src/sourcer/ |
| H A D | Expo.ts | 57 isAndroid ? config.exp.android?.adaptiveIcon?.foregroundImage : undefined, 58 isAndroid ? config.exp.android?.adaptiveIcon?.backgroundImage : undefined,
|
| /expo/packages/@expo/fingerprint/build/sourcer/ |
| H A D | Expo.js | 50 isAndroid ? config.exp.android?.adaptiveIcon?.foregroundImage : undefined, 51 isAndroid ? config.exp.android?.adaptiveIcon?.backgroundImage : undefined,
|
| /expo/packages/@expo/config-types/src/ |
| H A D | ExpoConfig.ts | 516 adaptiveIcon?: { property
|
| /expo/packages/@expo/config-types/build/ |
| H A D | ExpoConfig.d.ts | 512 adaptiveIcon?: { property
|
| /expo/packages/@expo/fingerprint/e2e/__tests__/__snapshots__/ |
| H A D | managed-test.ts.snap | 134 …"contents": "{"android":{"adaptiveIcon":{"backgroundColor":"#FFFFFF","foregroundImage":"./assets/a…
|
| /expo/packages/@expo/prebuild-config/src/plugins/__tests__/ |
| H A D | withDefaultPlugins-test.ts | 135 adaptiveIcon: {
|
| /expo/packages/@expo/prebuild-config/src/plugins/__tests__/__snapshots__/ |
| H A D | withDefaultPlugins-test.ts.snap | 322 "adaptiveIcon": { 1619 "adaptiveIcon": { 2599 "adaptiveIcon": {
|