Searched refs:NOTIFICATION_ICON_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… 64 const NOTIFICATION_ICON_RESOURCE = `@drawable/${NOTIFICATION_ICON}`; constant 65 exports.NOTIFICATION_ICON_RESOURCE = NOTIFICATION_ICON_RESOURCE; 117 …oMainApplication(mainApplication, META_DATA_NOTIFICATION_ICON, NOTIFICATION_ICON_RESOURCE, 'resour…
|
| H A D | withAndroidNotifications.d.ts | 7 export declare const NOTIFICATION_ICON_RESOURCE: string; constant
|
| H A D | withAndroidNotifications.js.map | 1 …NOTIFICATION_ICON_RESOURCE","NOTIFICATION_ICON_COLOR","NOTIFICATION_ICON_COLOR_RESOURCE","withNoti…
|
| /expo/packages/expo-notifications/plugin/build/ |
| H A D | withNotificationsAndroid.d.ts | 14 export declare const NOTIFICATION_ICON_RESOURCE: string; constant
|
| H A D | withNotificationsAndroid.js | 3 …CON_COLOR_RESOURCE = exports.NOTIFICATION_ICON_COLOR = exports.NOTIFICATION_ICON_RESOURCE = export… 23 exports.NOTIFICATION_ICON_RESOURCE = `@drawable/${exports.NOTIFICATION_ICON}`; 97 …(mainApplication, exports.META_DATA_NOTIFICATION_ICON, exports.NOTIFICATION_ICON_RESOURCE, 'resour…
|
| /expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-notifications/__tests__/ |
| H A D | withAndroidNotifications-test.ts | 17 NOTIFICATION_ICON_RESOURCE, 137 expect(notificationIcon[0].$['android:resource']).toMatch(NOTIFICATION_ICON_RESOURCE);
|
| /expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-notifications/ |
| H A D | withAndroidNotifications.ts | 28 export const NOTIFICATION_ICON_RESOURCE = `@drawable/${NOTIFICATION_ICON}`; constant 85 NOTIFICATION_ICON_RESOURCE,
|
| /expo/packages/expo-notifications/plugin/src/ |
| H A D | withNotificationsAndroid.ts | 39 export const NOTIFICATION_ICON_RESOURCE = `@drawable/${NOTIFICATION_ICON}`; constant 128 NOTIFICATION_ICON_RESOURCE,
|