diff options
Diffstat (limited to 'app.config.js')
-rw-r--r-- | app.config.js | 7 |
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: { |