Searched refs:monochromeImage (Results 1 – 9 of 9) sorted by relevance
| /expo/packages/@expo/prebuild-config/build/plugins/icons/ |
| H A D | withAndroidIcons.d.ts | 17 monochromeImage: string | null; 24 …Async(projectRoot: string, { icon, backgroundColor, backgroundImage, monochromeImage, isAdaptive, … 28 monochromeImage: string | null; 37 …ot: string, foregroundImage: string, backgroundImage: string | null, monochromeImage: string | nul… 38 export declare const createAdaptiveIconXmlString: (backgroundImage: string | null, monochromeImage:…
|
| H A D | withAndroidIcons.js | 93 monochromeImage 108 monochromeImage, 142 …monochromeImage: (_config$android$adapt4 = (_config$android7 = config.android) === null || _config… 155 monochromeImage, 167 await configureAdaptiveIconAsync(projectRoot, icon, backgroundImage, monochromeImage, isAdaptive); 205 …gureAdaptiveIconAsync(projectRoot, foregroundImage, backgroundImage, monochromeImage, isAdaptive) { argument 206 if (monochromeImage) { 208 icon: monochromeImage, 224 const icLauncherXmlString = createAdaptiveIconXmlString(backgroundImage, monochromeImage); 236 const createAdaptiveIconXmlString = (backgroundImage, monochromeImage) => { argument [all …]
|
| H A D | withAndroidIcons.js.map | 1 …monochromeImage","getAdaptiveIcon","icon","getIcon","withAndroidManifestIcons","withAndroidAdaptiv…
|
| /expo/packages/@expo/prebuild-config/src/plugins/icons/ |
| H A D | withAndroidIcons.ts | 40 const { foregroundImage, backgroundColor, backgroundImage, monochromeImage } = 58 monochromeImage, 97 monochromeImage: config.android?.adaptiveIcon?.monochromeImage ?? null, 112 monochromeImage, 118 monochromeImage: string | null; 186 monochromeImage: string | null, 189 if (monochromeImage) { 191 icon: monochromeImage, 207 const icLauncherXmlString = createAdaptiveIconXmlString(backgroundImage, monochromeImage); 226 monochromeImage: string | null [all …]
|
| /expo/packages/@expo/prebuild-config/src/plugins/icons/__tests__/ |
| H A D | withAndroidIcons-test.ts | 110 monochromeImage: null, 136 monochromeImage: null, 182 monochromeImage: '/app/assets/iconMonochrome.png',
|
| /expo/packages/@expo/config-types/src/ |
| H A D | ExpoConfig.ts | 524 monochromeImage?: string;
|
| /expo/packages/@expo/config-types/build/ |
| H A D | ExpoConfig.d.ts | 520 monochromeImage?: string;
|
| /expo/packages/@expo/prebuild-config/ |
| H A D | CHANGELOG.md | 76 - Fix missing `await` syntax that was causing build error for `android.adapative.monochromeImage` f…
|
| /expo/docs/pages/develop/user-interface/ |
| H A D | app-icons.mdx | 40 - Use the `android.adaptiveIcon.monochromeImage` property to specify the path to your monochrome im…
|