Searched refs:setNotificationConfig (Results 1 – 7 of 7) sorted by relevance
| /expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-notifications/__tests__/ |
| H A D | withAndroidNotifications-test.ts | 18 setNotificationConfig, 127 androidManifestJson = setNotificationConfig(notificationConfig, androidManifestJson); 129 androidManifestJson = setNotificationConfig(notificationConfig, androidManifestJson); 149 androidManifestJson = setNotificationConfig(notificationConfig, androidManifestJson); 151 androidManifestJson = setNotificationConfig({} as ExpoConfig, androidManifestJson);
|
| /expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-notifications/ |
| H A D | withAndroidNotifications.js | 9 exports.setNotificationConfig = setNotificationConfig; 86 config.modResults = setNotificationConfig(config, config.modResults); 112 function setNotificationConfig(config, manifest) { function
|
| H A D | withAndroidNotifications.d.ts | 20 export declare function setNotificationConfig(config: ExpoConfig, manifest: AndroidManifest): Andro…
|
| H A D | withAndroidNotifications.js.map | 1 …setNotificationConfig","getNotificationIcon","_config$notification","notification","icon","getNoti…
|
| /expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-notifications/ |
| H A D | withAndroidNotifications.ts | 51 config.modResults = setNotificationConfig(config, config.modResults); 77 export function setNotificationConfig(config: ExpoConfig, manifest: AndroidManifest) { function
|
| /expo/packages/expo-notifications/plugin/src/ |
| H A D | withNotificationsAndroid.ts | 75 config.modResults = setNotificationConfig({ icon, color }, config.modResults); 119 function setNotificationConfig( function
|
| /expo/packages/expo-notifications/plugin/build/ |
| H A D | withNotificationsAndroid.js | 52 config.modResults = setNotificationConfig({ icon, color }, config.modResults); 94 function setNotificationConfig(props, manifest) { function
|