Home
last modified time | relevance | path

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

/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-notifications/
H A Dexpo-notifications.ts4 withNotificationIconColor,
22 withNotificationIconColor,
H A DwithAndroidNotifications.ts42 export const withNotificationIconColor: ConfigPlugin = (config) => { constant
/expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-notifications/
H A DwithAndroidNotifications.js12 …hNotificationManifest = exports.withNotificationIcons = exports.withNotificationIconColor = void 0;
77 const withNotificationIconColor = config => { function
83 exports.withNotificationIconColor = withNotificationIconColor;
H A Dexpo-notifications.js.map1withNotificationIconColor","withNotificationIcons","exports","default"],"sources":["../../../../sr…
H A Dexpo-notifications.js38 …cations().withNotificationManifest, _withAndroidNotifications().withNotificationIconColor, _withAn…
H A DwithAndroidNotifications.d.ts11 export declare const withNotificationIconColor: ConfigPlugin; constant
H A DwithAndroidNotifications.js.map1withNotificationIconColor","withAndroidColors","modResults","setNotificationIconColor","withNotifi…
/expo/packages/expo-notifications/plugin/build/
H A DwithNotificationsAndroid.js3 …NotificationSounds = exports.withNotificationManifest = exports.withNotificationIconColor = export…
38 const withNotificationIconColor = (config, { color }) => { function
46 exports.withNotificationIconColor = withNotificationIconColor;
178 config = (0, exports.withNotificationIconColor)(config, { color });
H A DwithNotificationsAndroid.d.ts20 export declare const withNotificationIconColor: ConfigPlugin<{ constant
/expo/packages/expo-notifications/plugin/src/
H A DwithNotificationsAndroid.ts55 export const withNotificationIconColor: ConfigPlugin<{ color: string | null }> = ( constant
234 config = withNotificationIconColor(config, { color });