Home
last modified time | relevance | path

Searched refs:withNotificationIcons (Results 1 – 11 of 11) sorted by relevance

/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-notifications/
H A Dexpo-notifications.ts5 withNotificationIcons,
23 withNotificationIcons,
H A DwithAndroidNotifications.ts32 export const withNotificationIcons: ConfigPlugin = (config) => { constant
/expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-notifications/
H A DwithAndroidNotifications.js12 exports.withNotificationManifest = exports.withNotificationIcons = exports.withNotificationIconColo…
70 const withNotificationIcons = config => { function
76 exports.withNotificationIcons = withNotificationIcons;
H A Dexpo-notifications.js.map1withNotificationIcons","exports","default"],"sources":["../../../../src/plugins/unversioned/expo-n…
H A Dexpo-notifications.js38 …ndroidNotifications().withNotificationIconColor, _withAndroidNotifications().withNotificationIcons,
H A DwithAndroidNotifications.d.ts10 export declare const withNotificationIcons: ConfigPlugin; constant
H A DwithAndroidNotifications.js.map1withNotificationIcons","config","withDangerousMod","setNotificationIconAsync","modRequest","projec…
/expo/packages/expo-notifications/plugin/build/
H A DwithNotificationsAndroid.js3 …otificationManifest = exports.withNotificationIconColor = exports.withNotificationIcons = exports.…
26 const withNotificationIcons = (config, { icon }) => { function
37 exports.withNotificationIcons = withNotificationIcons;
179 config = (0, exports.withNotificationIcons)(config, { icon });
H A DwithNotificationsAndroid.d.ts17 export declare const withNotificationIcons: ConfigPlugin<{ constant
/expo/packages/expo-notifications/plugin/src/
H A DwithNotificationsAndroid.ts43 export const withNotificationIcons: ConfigPlugin<{ icon: string | null }> = (config, { icon }) => { constant
235 config = withNotificationIcons(config, { icon });
/expo/packages/@expo/prebuild-config/src/plugins/__tests__/
H A DwithDefaultPlugins-test.ts40 NotificationsPlugin.withNotificationIcons = jest.fn((config) => config);