Searched refs:getNotificationIcon (Results 1 – 9 of 9) sorted by relevance
8 exports.getNotificationIcon = getNotificationIcon;91 function getNotificationIcon(config) { function105 const icon = getNotificationIcon(config);113 const icon = getNotificationIcon(config);
13 export declare function getNotificationIcon(config: ExpoConfig): string | null; function
1 …getNotificationIcon","_config$notification","notification","icon","getNotificationColor","_config$…
3 ….setNotificationIconColor = exports.getNotificationColor = exports.getNotificationIcon = exports.w…28 icon = icon || getNotificationIcon(config);49 icon = icon || getNotificationIcon(config);67 function getNotificationIcon(config) { function70 exports.getNotificationIcon = getNotificationIcon;
30 export declare function getNotificationIcon(config: ExpoConfig): string | null; function
7 getNotificationIcon,78 expect(getNotificationIcon({} as ExpoConfig)).toBeNull();83 expect(getNotificationIcon({ notification: { icon: './myIcon.png' } } as ExpoConfig)).toMatch(
13 getNotificationIcon,77 expect(getNotificationIcon({} as ExpoConfig)).toBeNull();82 expect(getNotificationIcon({ notification: { icon: './myIcon.png' } } as ExpoConfig)).toMatch(
56 export function getNotificationIcon(config: ExpoConfig) { function69 const icon = getNotificationIcon(config);78 const icon = getNotificationIcon(config);
45 icon = icon || getNotificationIcon(config);72 icon = icon || getNotificationIcon(config);90 export function getNotificationIcon(config: ExpoConfig) { function