Searched refs:withNotificationManifest (Results 1 – 10 of 10) sorted by relevance
| /expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-notifications/ |
| H A D | expo-notifications.ts | 6 withNotificationManifest, 21 withNotificationManifest,
|
| H A D | withAndroidNotifications.ts | 49 export const withNotificationManifest: ConfigPlugin = (config) => { constant
|
| /expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-notifications/ |
| H A D | withAndroidNotifications.js | 12 exports.withNotificationManifest = exports.withNotificationIcons = exports.withNotificationIconColo… 84 const withNotificationManifest = config => { function 90 exports.withNotificationManifest = withNotificationManifest;
|
| H A D | expo-notifications.js.map | 1 …withNotificationManifest","withNotificationIconColor","withNotificationIcons","exports","default"]…
|
| H A D | expo-notifications.js | 38 …_withAndroidNotifications().withNotificationManifest, _withAndroidNotifications().withNotification…
|
| H A D | withAndroidNotifications.d.ts | 12 export declare const withNotificationManifest: ConfigPlugin; constant
|
| H A D | withAndroidNotifications.js.map | 1 …withNotificationManifest","withAndroidManifest","setNotificationConfig","getNotificationIcon","_co…
|
| /expo/packages/expo-notifications/plugin/build/ |
| H A D | withNotificationsAndroid.js | 3 ….getNotificationIcon = exports.withNotificationSounds = exports.withNotificationManifest = exports… 47 const withNotificationManifest = (config, { icon, color }) => { function 56 exports.withNotificationManifest = withNotificationManifest; 180 config = (0, exports.withNotificationManifest)(config, { icon, color });
|
| H A D | withNotificationsAndroid.d.ts | 23 export declare const withNotificationManifest: ConfigPlugin<{ constant
|
| /expo/packages/expo-notifications/plugin/src/ |
| H A D | withNotificationsAndroid.ts | 67 export const withNotificationManifest: ConfigPlugin<{ constant 236 config = withNotificationManifest(config, { icon, color });
|