Home
last modified time | relevance | path

Searched refs:getNotificationColor (Results 1 – 9 of 9) sorted by relevance

/expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-notifications/
H A DwithAndroidNotifications.js7 exports.getNotificationColor = getNotificationColor;
95 function getNotificationColor(config) { function
114 const color = getNotificationColor(config);
131 value: getNotificationColor(config)
H A DwithAndroidNotifications.d.ts14 export declare function getNotificationColor(config: ExpoConfig): string | null;
H A DwithAndroidNotifications.js.map1getNotificationColor","_config$notification2","color","writeNotificationIconImageFilesAsync","remo…
/expo/packages/expo-notifications/plugin/build/
H A DwithNotificationsAndroid.js3 …otificationIconAsync = exports.setNotificationIconColor = exports.getNotificationColor = exports.g…
41 color = color || getNotificationColor(config);
50 color = color || getNotificationColor(config);
71 function getNotificationColor(config) { function
74 exports.getNotificationColor = getNotificationColor;
H A DwithNotificationsAndroid.d.ts31 export declare function getNotificationColor(config: ExpoConfig): string | null;
/expo/packages/expo-notifications/plugin/src/__tests__/
H A DwithNotificationsAndroid-test.ts6 getNotificationColor,
79 expect(getNotificationColor({} as ExpoConfig)).toBeNull();
86 expect(getNotificationColor({ notification: { color: '#123456' } } as ExpoConfig)).toMatch(
/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-notifications/__tests__/
H A DwithAndroidNotifications-test.ts12 getNotificationColor,
78 expect(getNotificationColor({} as ExpoConfig)).toBeNull();
85 expect(getNotificationColor({ notification: { color: '#123456' } } as ExpoConfig)).toMatch(
/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-notifications/
H A DwithAndroidNotifications.ts60 export function getNotificationColor(config: ExpoConfig) { function
79 const color = getNotificationColor(config);
110 value: getNotificationColor(config),
/expo/packages/expo-notifications/plugin/src/
H A DwithNotificationsAndroid.ts61 color = color || getNotificationColor(config);
73 color = color || getNotificationColor(config);
94 export function getNotificationColor(config: ExpoConfig) { function