Searched refs:createAdaptiveIconXmlString (Results 1 – 5 of 5) sorted by relevance
| /expo/packages/@expo/prebuild-config/src/plugins/icons/__tests__/ |
| H A D | withAndroidIcons-test.ts | 18 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 D | withAndroidIcons.js | 8 exports.dpiValues = exports.createAdaptiveIconXmlString = void 0; 224 const icLauncherXmlString = createAdaptiveIconXmlString(backgroundImage, monochromeImage); 236 const createAdaptiveIconXmlString = (backgroundImage, monochromeImage) => { function 247 exports.createAdaptiveIconXmlString = createAdaptiveIconXmlString;
|
| H A D | withAndroidIcons.d.ts | 38 export declare const createAdaptiveIconXmlString: (backgroundImage: string | null, monochromeImage:…
|
| H A D | withAndroidIcons.js.map | 1 …createAdaptiveIconXmlString","createAdaptiveIconXmlFiles","colors","assignColorValue","value","nam…
|
| /expo/packages/@expo/prebuild-config/src/plugins/icons/ |
| H A D | withAndroidIcons.ts | 207 const icLauncherXmlString = createAdaptiveIconXmlString(backgroundImage, monochromeImage); 224 export const createAdaptiveIconXmlString = ( constant
|