Home
last modified time | relevance | path

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

/expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-notifications/
H A DwithAndroidNotifications.js8 exports.getNotificationIcon = getNotificationIcon;
91 function getNotificationIcon(config) { function
105 const icon = getNotificationIcon(config);
113 const icon = getNotificationIcon(config);
H A DwithAndroidNotifications.d.ts13 export declare function getNotificationIcon(config: ExpoConfig): string | null; function
H A DwithAndroidNotifications.js.map1getNotificationIcon","_config$notification","notification","icon","getNotificationColor","_config$…
/expo/packages/expo-notifications/plugin/build/
H A DwithNotificationsAndroid.js3 ….setNotificationIconColor = exports.getNotificationColor = exports.getNotificationIcon = exports.w…
28 icon = icon || getNotificationIcon(config);
49 icon = icon || getNotificationIcon(config);
67 function getNotificationIcon(config) { function
70 exports.getNotificationIcon = getNotificationIcon;
H A DwithNotificationsAndroid.d.ts30 export declare function getNotificationIcon(config: ExpoConfig): string | null; function
/expo/packages/expo-notifications/plugin/src/__tests__/
H A DwithNotificationsAndroid-test.ts7 getNotificationIcon,
78 expect(getNotificationIcon({} as ExpoConfig)).toBeNull();
83 expect(getNotificationIcon({ notification: { icon: './myIcon.png' } } as ExpoConfig)).toMatch(
/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-notifications/__tests__/
H A DwithAndroidNotifications-test.ts13 getNotificationIcon,
77 expect(getNotificationIcon({} as ExpoConfig)).toBeNull();
82 expect(getNotificationIcon({ notification: { icon: './myIcon.png' } } as ExpoConfig)).toMatch(
/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-notifications/
H A DwithAndroidNotifications.ts56 export function getNotificationIcon(config: ExpoConfig) { function
69 const icon = getNotificationIcon(config);
78 const icon = getNotificationIcon(config);
/expo/packages/expo-notifications/plugin/src/
H A DwithNotificationsAndroid.ts45 icon = icon || getNotificationIcon(config);
72 icon = icon || getNotificationIcon(config);
90 export function getNotificationIcon(config: ExpoConfig) { function