Home
last modified time | relevance | path

Searched refs:configureAdaptiveIconAsync (Results 1 – 4 of 4) sorted by relevance

/expo/packages/@expo/prebuild-config/build/plugins/icons/
H A DwithAndroidIcons.d.ts37 export declare function configureAdaptiveIconAsync(projectRoot: string, foregroundImage: string, ba…
H A DwithAndroidIcons.js7 exports.configureAdaptiveIconAsync = configureAdaptiveIconAsync;
167 await configureAdaptiveIconAsync(projectRoot, icon, backgroundImage, monochromeImage, isAdaptive);
205 async function configureAdaptiveIconAsync(projectRoot, foregroundImage, backgroundImage, monochrome… function
H A DwithAndroidIcons.js.map1configureAdaptiveIconAsync","generateMultiLayerImageAsync","outputImageFileName","imageCacheFolder…
/expo/packages/@expo/prebuild-config/src/plugins/icons/
H A DwithAndroidIcons.ts132 await configureAdaptiveIconAsync(projectRoot, icon, backgroundImage, monochromeImage, isAdaptive);
182 export async function configureAdaptiveIconAsync( function