Home
last modified time | relevance | path

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

/expo/packages/@expo/prebuild-config/src/plugins/icons/__tests__/
H A DwithAndroidIcons-test.ts19 getAdaptiveIcon,
59 expect(getAdaptiveIcon({} as ExpoConfig)).toMatchObject({
78 const { foregroundImage, backgroundColor, backgroundImage } = getAdaptiveIcon(
/expo/packages/@expo/prebuild-config/build/plugins/icons/
H A DwithAndroidIcons.d.ts13 export declare function getAdaptiveIcon(config: ExpoConfig): {
H A DwithAndroidIcons.js9 exports.getAdaptiveIcon = getAdaptiveIcon;
94 } = getAdaptiveIcon(config);
136 function getAdaptiveIcon(config) { function
H A DwithAndroidIcons.js.map1getAdaptiveIcon","icon","getIcon","withAndroidManifestIcons","withAndroidAdaptiveIconColors","with…
/expo/packages/@expo/prebuild-config/src/plugins/icons/
H A DwithAndroidIcons.ts41 getAdaptiveIcon(config);
92 export function getAdaptiveIcon(config: ExpoConfig) { function