diff options
author | ɴᴏᴠᴀ <146671001+hexanova@users.noreply.github.com> | 2024-02-05 23:22:17 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-05 15:22:17 -0800 |
commit | 2fd4b27ec62807eb96a2cfba7ca23a0eeb32dd5a (patch) | |
tree | d895cb12fcd901eb01433d9e16cac8565bd88675 | |
parent | c84b6548125c2bcb2fd2104d662105109a24d3c1 (diff) | |
download | voidsky-2fd4b27ec62807eb96a2cfba7ca23a0eeb32dd5a.tar.zst |
Butterfly logo icon for Android push notifications (#2716)
* butterfly icon for android push notifications * first block unnecessary
-rw-r--r-- | app.config.js | 7 | ||||
-rw-r--r-- | assets/icon-android-notification.png | bin | 0 -> 1708 bytes |
2 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: { diff --git a/assets/icon-android-notification.png b/assets/icon-android-notification.png new file mode 100644 index 000000000..9d8730838 --- /dev/null +++ b/assets/icon-android-notification.png Binary files differ |