Home
last modified time | relevance | path

Searched refs:withNotificationManifest (Results 1 – 10 of 10) sorted by relevance

/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-notifications/
H A Dexpo-notifications.ts6 withNotificationManifest,
21 withNotificationManifest,
H A DwithAndroidNotifications.ts49 export const withNotificationManifest: ConfigPlugin = (config) => { constant
/expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-notifications/
H A DwithAndroidNotifications.js12 exports.withNotificationManifest = exports.withNotificationIcons = exports.withNotificationIconColo…
84 const withNotificationManifest = config => { function
90 exports.withNotificationManifest = withNotificationManifest;
H A Dexpo-notifications.js.map1withNotificationManifest","withNotificationIconColor","withNotificationIcons","exports","default"]…
H A Dexpo-notifications.js38 …_withAndroidNotifications().withNotificationManifest, _withAndroidNotifications().withNotification…
H A DwithAndroidNotifications.d.ts12 export declare const withNotificationManifest: ConfigPlugin; constant
H A DwithAndroidNotifications.js.map1withNotificationManifest","withAndroidManifest","setNotificationConfig","getNotificationIcon","_co…
/expo/packages/expo-notifications/plugin/build/
H A DwithNotificationsAndroid.js3 ….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 DwithNotificationsAndroid.d.ts23 export declare const withNotificationManifest: ConfigPlugin<{ constant
/expo/packages/expo-notifications/plugin/src/
H A DwithNotificationsAndroid.ts67 export const withNotificationManifest: ConfigPlugin<{ constant
236 config = withNotificationManifest(config, { icon, color });