Home
last modified time | relevance | path

Searched refs:NOTIFICATION_ICON_COLOR (Results 1 – 7 of 7) sorted by relevance

/expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-notifications/
H A DwithAndroidNotifications.js6 …ON_RESOURCE = exports.NOTIFICATION_ICON_COLOR_RESOURCE = exports.NOTIFICATION_ICON_COLOR = exports…
66 const NOTIFICATION_ICON_COLOR = 'notification_icon_color'; constant
67 exports.NOTIFICATION_ICON_COLOR = NOTIFICATION_ICON_COLOR;
68 const NOTIFICATION_ICON_COLOR_RESOURCE = `@color/${NOTIFICATION_ICON_COLOR}`;
130 name: NOTIFICATION_ICON_COLOR,
H A DwithAndroidNotifications.d.ts8 export declare const NOTIFICATION_ICON_COLOR = "notification_icon_color"; constant
H A DwithAndroidNotifications.js.map1NOTIFICATION_ICON_COLOR","NOTIFICATION_ICON_COLOR_RESOURCE","withNotificationIcons","config","with…
/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-notifications/
H A DwithAndroidNotifications.ts29 export const NOTIFICATION_ICON_COLOR = 'notification_icon_color'; constant
30 export const NOTIFICATION_ICON_COLOR_RESOURCE = `@color/${NOTIFICATION_ICON_COLOR}`;
109 name: NOTIFICATION_ICON_COLOR,
/expo/packages/expo-notifications/plugin/build/
H A DwithNotificationsAndroid.js3 …cationIcons = exports.NOTIFICATION_ICON_COLOR_RESOURCE = exports.NOTIFICATION_ICON_COLOR = exports…
24 exports.NOTIFICATION_ICON_COLOR = 'notification_icon_color';
25 exports.NOTIFICATION_ICON_COLOR_RESOURCE = `@color/${exports.NOTIFICATION_ICON_COLOR}`;
77 name: exports.NOTIFICATION_ICON_COLOR,
H A DwithNotificationsAndroid.d.ts15 export declare const NOTIFICATION_ICON_COLOR = "notification_icon_color"; constant
/expo/packages/expo-notifications/plugin/src/
H A DwithNotificationsAndroid.ts40 export const NOTIFICATION_ICON_COLOR = 'notification_icon_color'; constant
41 export const NOTIFICATION_ICON_COLOR_RESOURCE = `@color/${NOTIFICATION_ICON_COLOR}`;
103 name: NOTIFICATION_ICON_COLOR,