Searched refs:withNotificationIconColor (Results 1 – 10 of 10) sorted by relevance
| /expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-notifications/ |
| H A D | expo-notifications.ts | 4 withNotificationIconColor, 22 withNotificationIconColor,
|
| H A D | withAndroidNotifications.ts | 42 export const withNotificationIconColor: ConfigPlugin = (config) => { constant
|
| /expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-notifications/ |
| H A D | withAndroidNotifications.js | 12 …hNotificationManifest = exports.withNotificationIcons = exports.withNotificationIconColor = void 0; 77 const withNotificationIconColor = config => { function 83 exports.withNotificationIconColor = withNotificationIconColor;
|
| H A D | expo-notifications.js.map | 1 …withNotificationIconColor","withNotificationIcons","exports","default"],"sources":["../../../../sr…
|
| H A D | expo-notifications.js | 38 …cations().withNotificationManifest, _withAndroidNotifications().withNotificationIconColor, _withAn…
|
| H A D | withAndroidNotifications.d.ts | 11 export declare const withNotificationIconColor: ConfigPlugin; constant
|
| H A D | withAndroidNotifications.js.map | 1 …withNotificationIconColor","withAndroidColors","modResults","setNotificationIconColor","withNotifi…
|
| /expo/packages/expo-notifications/plugin/build/ |
| H A D | withNotificationsAndroid.js | 3 …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 D | withNotificationsAndroid.d.ts | 20 export declare const withNotificationIconColor: ConfigPlugin<{ constant
|
| /expo/packages/expo-notifications/plugin/src/ |
| H A D | withNotificationsAndroid.ts | 55 export const withNotificationIconColor: ConfigPlugin<{ color: string | null }> = ( constant 234 config = withNotificationIconColor(config, { color });
|