Home
last modified time | relevance | path

Searched refs:createAdaptiveIconXmlString (Results 1 – 5 of 5) sorted by relevance

/expo/packages/@expo/prebuild-config/src/plugins/icons/__tests__/
H A DwithAndroidIcons-test.ts18 createAdaptiveIconXmlString,
88 const withBackgroundImage = createAdaptiveIconXmlString('path/to/image', null);
89 const withBackgroundColor = createAdaptiveIconXmlString(null, null);
90 const withBackgroundColorAndMonochrome = createAdaptiveIconXmlString(null, 'path/to/image');
91 const withBoth = createAdaptiveIconXmlString('path/to/image', null);
92 const withBothAndMonochrome = createAdaptiveIconXmlString('path/to/image', 'path/to/image');
/expo/packages/@expo/prebuild-config/build/plugins/icons/
H A DwithAndroidIcons.js8 exports.dpiValues = exports.createAdaptiveIconXmlString = void 0;
224 const icLauncherXmlString = createAdaptiveIconXmlString(backgroundImage, monochromeImage);
236 const createAdaptiveIconXmlString = (backgroundImage, monochromeImage) => { function
247 exports.createAdaptiveIconXmlString = createAdaptiveIconXmlString;
H A DwithAndroidIcons.d.ts38 export declare const createAdaptiveIconXmlString: (backgroundImage: string | null, monochromeImage:…
H A DwithAndroidIcons.js.map1createAdaptiveIconXmlString","createAdaptiveIconXmlFiles","colors","assignColorValue","value","nam…
/expo/packages/@expo/prebuild-config/src/plugins/icons/
H A DwithAndroidIcons.ts207 const icLauncherXmlString = createAdaptiveIconXmlString(backgroundImage, monochromeImage);
224 export const createAdaptiveIconXmlString = ( constant