Home
last modified time | relevance | path

Searched refs:monochromeImage (Results 1 – 9 of 9) sorted by relevance

/expo/packages/@expo/prebuild-config/build/plugins/icons/
H A DwithAndroidIcons.d.ts17 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 DwithAndroidIcons.js93 monochromeImage
108 monochromeImage,
142monochromeImage: (_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 DwithAndroidIcons.js.map1monochromeImage","getAdaptiveIcon","icon","getIcon","withAndroidManifestIcons","withAndroidAdaptiv…
/expo/packages/@expo/prebuild-config/src/plugins/icons/
H A DwithAndroidIcons.ts40 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 DwithAndroidIcons-test.ts110 monochromeImage: null,
136 monochromeImage: null,
182 monochromeImage: '/app/assets/iconMonochrome.png',
/expo/packages/@expo/config-types/src/
H A DExpoConfig.ts524 monochromeImage?: string;
/expo/packages/@expo/config-types/build/
H A DExpoConfig.d.ts520 monochromeImage?: string;
/expo/packages/@expo/prebuild-config/
H A DCHANGELOG.md76 - Fix missing `await` syntax that was causing build error for `android.adapative.monochromeImage` f…
/expo/docs/pages/develop/user-interface/
H A Dapp-icons.mdx40 - Use the `android.adaptiveIcon.monochromeImage` property to specify the path to your monochrome im…