Searched refs:setNotificationIconColor (Results 1 – 8 of 8) sorted by relevance
| /expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-notifications/ |
| H A D | withAndroidNotifications.js | 11 exports.setNotificationIconColor = setNotificationIconColor; 79 config.modResults = setNotificationIconColor(config, config.modResults); 128 function setNotificationIconColor(config, colors) { function
|
| H A D | withAndroidNotifications.d.ts | 21 export declare function setNotificationIconColor(config: ExpoConfig, colors: AndroidConfig.Resource…
|
| H A D | withAndroidNotifications.js.map | 1 …setNotificationIconColor","withNotificationManifest","withAndroidManifest","setNotificationConfig"…
|
| /expo/packages/expo-notifications/plugin/build/ |
| H A D | withNotificationsAndroid.js | 3 …NotificationSounds = exports.setNotificationIconAsync = exports.setNotificationIconColor = exports… 42 config.modResults = setNotificationIconColor(color, config.modResults); 75 function setNotificationIconColor(color, colors) { function 81 exports.setNotificationIconColor = setNotificationIconColor;
|
| H A D | withNotificationsAndroid.d.ts | 32 export declare function setNotificationIconColor(color: string | null, colors: AndroidConfig.Resour…
|
| /expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-notifications/__tests__/ |
| H A D | withAndroidNotifications-test.ts | 20 setNotificationIconColor, 62 setNotificationIconColor(
|
| /expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-notifications/ |
| H A D | withAndroidNotifications.ts | 44 config.modResults = setNotificationIconColor(config, config.modResults); 104 export function setNotificationIconColor( function
|
| /expo/packages/expo-notifications/plugin/src/ |
| H A D | withNotificationsAndroid.ts | 62 config.modResults = setNotificationIconColor(color, config.modResults); 98 export function setNotificationIconColor( function
|