Searched refs:configureAdaptiveIconAsync (Results 1 – 4 of 4) sorted by relevance
| /expo/packages/@expo/prebuild-config/build/plugins/icons/ |
| H A D | withAndroidIcons.d.ts | 37 export declare function configureAdaptiveIconAsync(projectRoot: string, foregroundImage: string, ba…
|
| H A D | withAndroidIcons.js | 7 exports.configureAdaptiveIconAsync = configureAdaptiveIconAsync; 167 await configureAdaptiveIconAsync(projectRoot, icon, backgroundImage, monochromeImage, isAdaptive); 205 async function configureAdaptiveIconAsync(projectRoot, foregroundImage, backgroundImage, monochrome… function
|
| H A D | withAndroidIcons.js.map | 1 …configureAdaptiveIconAsync","generateMultiLayerImageAsync","outputImageFileName","imageCacheFolder…
|
| /expo/packages/@expo/prebuild-config/src/plugins/icons/ |
| H A D | withAndroidIcons.ts | 132 await configureAdaptiveIconAsync(projectRoot, icon, backgroundImage, monochromeImage, isAdaptive); 182 export async function configureAdaptiveIconAsync( function
|