Home
last modified time | relevance | path

Searched refs:setNotificationIconColor (Results 1 – 8 of 8) sorted by relevance

/expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-notifications/
H A DwithAndroidNotifications.js11 exports.setNotificationIconColor = setNotificationIconColor;
79 config.modResults = setNotificationIconColor(config, config.modResults);
128 function setNotificationIconColor(config, colors) { function
H A DwithAndroidNotifications.d.ts21 export declare function setNotificationIconColor(config: ExpoConfig, colors: AndroidConfig.Resource…
H A DwithAndroidNotifications.js.map1setNotificationIconColor","withNotificationManifest","withAndroidManifest","setNotificationConfig"…
/expo/packages/expo-notifications/plugin/build/
H A DwithNotificationsAndroid.js3 …NotificationSounds = exports.setNotificationIconAsync = exports.setNotificationIconColor = exports…
42 config.modResults = setNotificationIconColor(color, config.modResults);
75 function setNotificationIconColor(color, colors) { function
81 exports.setNotificationIconColor = setNotificationIconColor;
H A DwithNotificationsAndroid.d.ts32 export declare function setNotificationIconColor(color: string | null, colors: AndroidConfig.Resour…
/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-notifications/__tests__/
H A DwithAndroidNotifications-test.ts20 setNotificationIconColor,
62 setNotificationIconColor(
/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-notifications/
H A DwithAndroidNotifications.ts44 config.modResults = setNotificationIconColor(config, config.modResults);
104 export function setNotificationIconColor( function
/expo/packages/expo-notifications/plugin/src/
H A DwithNotificationsAndroid.ts62 config.modResults = setNotificationIconColor(color, config.modResults);
98 export function setNotificationIconColor( function