Home
last modified time | relevance | path

Searched refs:NOTIFICATION_ICON_COLOR_RESOURCE (Results 1 – 8 of 8) sorted by relevance

/expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-notifications/
H A DwithAndroidNotifications.js6 exports.NOTIFICATION_ICON_RESOURCE = exports.NOTIFICATION_ICON_COLOR_RESOURCE = exports.NOTIFICATIO…
68 const NOTIFICATION_ICON_COLOR_RESOURCE = `@color/${NOTIFICATION_ICON_COLOR}`; constant
69 exports.NOTIFICATION_ICON_COLOR_RESOURCE = NOTIFICATION_ICON_COLOR_RESOURCE;
122 …ication(mainApplication, META_DATA_NOTIFICATION_ICON_COLOR, NOTIFICATION_ICON_COLOR_RESOURCE, 'res…
H A DwithAndroidNotifications.d.ts9 export declare const NOTIFICATION_ICON_COLOR_RESOURCE: string; constant
H A DwithAndroidNotifications.js.map1NOTIFICATION_ICON_COLOR_RESOURCE","withNotificationIcons","config","withDangerousMod","setNotifica…
/expo/packages/expo-notifications/plugin/build/
H A DwithNotificationsAndroid.d.ts16 export declare const NOTIFICATION_ICON_COLOR_RESOURCE: string; constant
H A DwithNotificationsAndroid.js3 …ficationIconColor = exports.withNotificationIcons = exports.NOTIFICATION_ICON_COLOR_RESOURCE = exp…
25 exports.NOTIFICATION_ICON_COLOR_RESOURCE = `@color/${exports.NOTIFICATION_ICON_COLOR}`;
103 …ication, exports.META_DATA_NOTIFICATION_ICON_COLOR, exports.NOTIFICATION_ICON_COLOR_RESOURCE, 'res…
/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-notifications/__tests__/
H A DwithAndroidNotifications-test.ts16 NOTIFICATION_ICON_COLOR_RESOURCE,
143 expect(notificationColor[0].$['android:resource']).toMatch(NOTIFICATION_ICON_COLOR_RESOURCE);
/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-notifications/
H A DwithAndroidNotifications.ts30 export const NOTIFICATION_ICON_COLOR_RESOURCE = `@color/${NOTIFICATION_ICON_COLOR}`; constant
95 NOTIFICATION_ICON_COLOR_RESOURCE,
/expo/packages/expo-notifications/plugin/src/
H A DwithNotificationsAndroid.ts41 export const NOTIFICATION_ICON_COLOR_RESOURCE = `@color/${NOTIFICATION_ICON_COLOR}`; constant
138 NOTIFICATION_ICON_COLOR_RESOURCE,