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 D | withAndroidNotifications.js | 6 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 D | withAndroidNotifications.d.ts | 9 export declare const NOTIFICATION_ICON_COLOR_RESOURCE: string; constant
|
| H A D | withAndroidNotifications.js.map | 1 …NOTIFICATION_ICON_COLOR_RESOURCE","withNotificationIcons","config","withDangerousMod","setNotifica…
|
| /expo/packages/expo-notifications/plugin/build/ |
| H A D | withNotificationsAndroid.d.ts | 16 export declare const NOTIFICATION_ICON_COLOR_RESOURCE: string; constant
|
| H A D | withNotificationsAndroid.js | 3 …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 D | withAndroidNotifications-test.ts | 16 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 D | withAndroidNotifications.ts | 30 export const NOTIFICATION_ICON_COLOR_RESOURCE = `@color/${NOTIFICATION_ICON_COLOR}`; constant 95 NOTIFICATION_ICON_COLOR_RESOURCE,
|
| /expo/packages/expo-notifications/plugin/src/ |
| H A D | withNotificationsAndroid.ts | 41 export const NOTIFICATION_ICON_COLOR_RESOURCE = `@color/${NOTIFICATION_ICON_COLOR}`; constant 138 NOTIFICATION_ICON_COLOR_RESOURCE,
|