Home
last modified time | relevance | path

Searched refs:setRoundIconManifest (Results 1 – 10 of 10) sorted by relevance

/expo/packages/@expo/prebuild-config/src/plugins/icons/__tests__/
H A DwithAndroidManifestIcons-test.ts4 import { setRoundIconManifest } from '../withAndroidManifestIcons';
14 describe(setRoundIconManifest, () => {
17 const results = setRoundIconManifest({ android: { adaptiveIcon: {} } }, manifest);
24 const results = setRoundIconManifest({ android: {} }, manifest);
H A DwithAndroidIcons-test.ts22 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 DwithAndroidManifestIcons.js6 exports.setRoundIconManifest = setRoundIconManifest;
16 config.modResults = setRoundIconManifest(config, config.modResults);
20 function setRoundIconManifest(config, manifest) { function
H A DwithAndroidManifestIcons.d.ts4 export declare function setRoundIconManifest(config: Pick<ExpoConfig, 'android'>, manifest: Android… function
H A DwithAndroidManifestIcons.js.map1setRoundIconManifest","exports","manifest","_config$android","isAdaptive","android","adaptiveIcon"…
H A DwithAndroidIcons.d.ts11 export declare function setRoundIconManifest(config: Pick<ExpoConfig, 'android'>, manifest: Android… function
H A DwithAndroidIcons.js12 exports.setRoundIconManifest = setRoundIconManifest;
115 function setRoundIconManifest(config, manifest) { function
H A DwithAndroidIcons.js.map1setRoundIconManifest","manifest","_config$android2","application","Manifest","getMainApplicationOr…
/expo/packages/@expo/prebuild-config/src/plugins/icons/
H A DwithAndroidManifestIcons.ts6 config.modResults = setRoundIconManifest(config, config.modResults);
10 export function setRoundIconManifest( function
H A DwithAndroidIcons.ts66 export function setRoundIconManifest( function