Home
last modified time | relevance | path

Searched refs:setNotificationConfig (Results 1 – 7 of 7) sorted by relevance

/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-notifications/__tests__/
H A DwithAndroidNotifications-test.ts18 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 DwithAndroidNotifications.js9 exports.setNotificationConfig = setNotificationConfig;
86 config.modResults = setNotificationConfig(config, config.modResults);
112 function setNotificationConfig(config, manifest) { function
H A DwithAndroidNotifications.d.ts20 export declare function setNotificationConfig(config: ExpoConfig, manifest: AndroidManifest): Andro…
H A DwithAndroidNotifications.js.map1setNotificationConfig","getNotificationIcon","_config$notification","notification","icon","getNoti…
/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-notifications/
H A DwithAndroidNotifications.ts51 config.modResults = setNotificationConfig(config, config.modResults);
77 export function setNotificationConfig(config: ExpoConfig, manifest: AndroidManifest) { function
/expo/packages/expo-notifications/plugin/src/
H A DwithNotificationsAndroid.ts75 config.modResults = setNotificationConfig({ icon, color }, config.modResults);
119 function setNotificationConfig( function
/expo/packages/expo-notifications/plugin/build/
H A DwithNotificationsAndroid.js52 config.modResults = setNotificationConfig({ icon, color }, config.modResults);
94 function setNotificationConfig(props, manifest) { function