Home
last modified time | relevance | path

Searched defs:withNotificationIcons (Results 1 – 6 of 6) sorted by relevance

/expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-notifications/
H A DwithAndroidNotifications.d.ts10 export declare const withNotificationIcons: ConfigPlugin; constant
H A DwithAndroidNotifications.js70 const withNotificationIcons = config => { function
/expo/packages/expo-notifications/plugin/build/
H A DwithNotificationsAndroid.d.ts17 export declare const withNotificationIcons: ConfigPlugin<{ constant
H A DwithNotificationsAndroid.js26 const withNotificationIcons = (config, { icon }) => { function
/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-notifications/
H A DwithAndroidNotifications.ts32 export const withNotificationIcons: ConfigPlugin = (config) => { constant
/expo/packages/expo-notifications/plugin/src/
H A DwithNotificationsAndroid.ts43 export const withNotificationIcons: ConfigPlugin<{ icon: string | null }> = (config, { icon }) => { constant