Searched refs:getNotificationColor (Results 1 – 9 of 9) sorted by relevance
7 exports.getNotificationColor = getNotificationColor;95 function getNotificationColor(config) { function114 const color = getNotificationColor(config);131 value: getNotificationColor(config)
14 export declare function getNotificationColor(config: ExpoConfig): string | null;
1 …getNotificationColor","_config$notification2","color","writeNotificationIconImageFilesAsync","remo…
3 …otificationIconAsync = exports.setNotificationIconColor = exports.getNotificationColor = exports.g…41 color = color || getNotificationColor(config);50 color = color || getNotificationColor(config);71 function getNotificationColor(config) { function74 exports.getNotificationColor = getNotificationColor;
31 export declare function getNotificationColor(config: ExpoConfig): string | null;
6 getNotificationColor,79 expect(getNotificationColor({} as ExpoConfig)).toBeNull();86 expect(getNotificationColor({ notification: { color: '#123456' } } as ExpoConfig)).toMatch(
12 getNotificationColor,78 expect(getNotificationColor({} as ExpoConfig)).toBeNull();85 expect(getNotificationColor({ notification: { color: '#123456' } } as ExpoConfig)).toMatch(
60 export function getNotificationColor(config: ExpoConfig) { function79 const color = getNotificationColor(config);110 value: getNotificationColor(config),
61 color = color || getNotificationColor(config);73 color = color || getNotificationColor(config);94 export function getNotificationColor(config: ExpoConfig) { function