about summary refs log tree commit diff
path: root/app.config.js
diff options
context:
space:
mode:
authorɴᴏᴠᴀ <146671001+hexanova@users.noreply.github.com>2024-02-05 23:22:17 +0000
committerGitHub <noreply@github.com>2024-02-05 15:22:17 -0800
commit2fd4b27ec62807eb96a2cfba7ca23a0eeb32dd5a (patch)
treed895cb12fcd901eb01433d9e16cac8565bd88675 /app.config.js
parentc84b6548125c2bcb2fd2104d662105109a24d3c1 (diff)
downloadvoidsky-2fd4b27ec62807eb96a2cfba7ca23a0eeb32dd5a.tar.zst
Butterfly logo icon for Android push notifications (#2716)
* butterfly icon for android push notifications

* first block unnecessary
Diffstat (limited to 'app.config.js')
-rw-r--r--app.config.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/app.config.js b/app.config.js
index 4f37e03cb..7d896a2b7 100644
--- a/app.config.js
+++ b/app.config.js
@@ -142,6 +142,13 @@ module.exports = function () {
             username: 'blueskysocial',
           },
         ],
+        [
+          'expo-notifications',
+          {
+            icon: './assets/icon-android-notification.png',
+            color: '#ffffff',
+          },
+        ],
         './plugins/withAndroidManifestPlugin.js',
       ].filter(Boolean),
       extra: {