Home
last modified time | relevance | path

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 DwithAndroidNotifications.js6 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 DwithAndroidNotifications.d.ts7 export declare const NOTIFICATION_ICON_RESOURCE: string; constant
H A DwithAndroidNotifications.js.map1NOTIFICATION_ICON_RESOURCE","NOTIFICATION_ICON_COLOR","NOTIFICATION_ICON_COLOR_RESOURCE","withNoti…
/expo/packages/expo-notifications/plugin/build/
H A DwithNotificationsAndroid.d.ts14 export declare const NOTIFICATION_ICON_RESOURCE: string; constant
H A DwithNotificationsAndroid.js3 …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 DwithAndroidNotifications-test.ts17 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 DwithAndroidNotifications.ts28 export const NOTIFICATION_ICON_RESOURCE = `@drawable/${NOTIFICATION_ICON}`; constant
85 NOTIFICATION_ICON_RESOURCE,
/expo/packages/expo-notifications/plugin/src/
H A DwithNotificationsAndroid.ts39 export const NOTIFICATION_ICON_RESOURCE = `@drawable/${NOTIFICATION_ICON}`; constant
128 NOTIFICATION_ICON_RESOURCE,