diff options
author | Eiichi Yoshikawa <edo@bari-ikutsu.com> | 2024-03-07 03:24:08 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-06 10:24:08 -0800 |
commit | f61d1e1f9410865505a316d825a314354a84171d (patch) | |
tree | 832ab38d083164b6f2548a05e732ded768fd6a4f /app.config.js | |
parent | 5b8d116e335bd7574928485adc1d4e9cf5ee0564 (diff) | |
download | voidsky-f61d1e1f9410865505a316d825a314354a84171d.tar.zst |
Apply notification icon settings of FCM on Android (#3113)
Co-authored-by: Hailey <me@haileyok.com>
Diffstat (limited to 'app.config.js')
-rw-r--r-- | app.config.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app.config.js b/app.config.js index 530e07b9b..2552d3489 100644 --- a/app.config.js +++ b/app.config.js @@ -153,10 +153,11 @@ module.exports = function (config) { 'expo-notifications', { icon: './assets/icon-android-notification.png', - color: '#ffffff', + color: '#1185fe', }, ], './plugins/withAndroidManifestPlugin.js', + './plugins/withAndroidManifestFCMIconPlugin.js', './plugins/withAndroidStylesWindowBackgroundPlugin.js', './plugins/shareExtension/withShareExtensions.js', ].filter(Boolean), |