about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--app.config.js7
-rw-r--r--assets/icon-android-notification.pngbin0 -> 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