Searched refs:setRoundIconManifest (Results 1 – 10 of 10) sorted by relevance
| /expo/packages/@expo/prebuild-config/src/plugins/icons/__tests__/ |
| H A D | withAndroidManifestIcons-test.ts | 4 import { setRoundIconManifest } from '../withAndroidManifestIcons'; 14 describe(setRoundIconManifest, () => { 17 const results = setRoundIconManifest({ android: { adaptiveIcon: {} } }, manifest); 24 const results = setRoundIconManifest({ android: {} }, manifest);
|
| H A D | withAndroidIcons-test.ts | 22 setRoundIconManifest, 38 describe(setRoundIconManifest, () => { 42 const results = setRoundIconManifest({ android: { adaptiveIcon: {} } }, manifest); 49 const results = setRoundIconManifest({ android: {} }, manifest);
|
| /expo/packages/@expo/prebuild-config/build/plugins/icons/ |
| H A D | withAndroidManifestIcons.js | 6 exports.setRoundIconManifest = setRoundIconManifest; 16 config.modResults = setRoundIconManifest(config, config.modResults); 20 function setRoundIconManifest(config, manifest) { function
|
| H A D | withAndroidManifestIcons.d.ts | 4 export declare function setRoundIconManifest(config: Pick<ExpoConfig, 'android'>, manifest: Android… function
|
| H A D | withAndroidManifestIcons.js.map | 1 …setRoundIconManifest","exports","manifest","_config$android","isAdaptive","android","adaptiveIcon"…
|
| H A D | withAndroidIcons.d.ts | 11 export declare function setRoundIconManifest(config: Pick<ExpoConfig, 'android'>, manifest: Android… function
|
| H A D | withAndroidIcons.js | 12 exports.setRoundIconManifest = setRoundIconManifest; 115 function setRoundIconManifest(config, manifest) { function
|
| H A D | withAndroidIcons.js.map | 1 …setRoundIconManifest","manifest","_config$android2","application","Manifest","getMainApplicationOr…
|
| /expo/packages/@expo/prebuild-config/src/plugins/icons/ |
| H A D | withAndroidManifestIcons.ts | 6 config.modResults = setRoundIconManifest(config, config.modResults); 10 export function setRoundIconManifest( function
|
| H A D | withAndroidIcons.ts | 66 export function setRoundIconManifest( function
|