Home
last modified time | relevance | path

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

/expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-notifications/
H A DwithAndroidNotifications.d.ts11 export declare const withNotificationIconColor: ConfigPlugin; constant
H A DwithAndroidNotifications.js77 const withNotificationIconColor = config => { function
/expo/packages/expo-notifications/plugin/build/
H A DwithNotificationsAndroid.d.ts20 export declare const withNotificationIconColor: ConfigPlugin<{ constant
H A DwithNotificationsAndroid.js38 const withNotificationIconColor = (config, { color }) => { function
/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-notifications/
H A DwithAndroidNotifications.ts42 export const withNotificationIconColor: ConfigPlugin = (config) => { constant
/expo/packages/expo-notifications/plugin/src/
H A DwithNotificationsAndroid.ts55 export const withNotificationIconColor: ConfigPlugin<{ color: string | null }> = ( constant