Skip to content

Commit 2fd4b27

Browse files
authored
Butterfly logo icon for Android push notifications (#2716)
* butterfly icon for android push notifications * first block unnecessary
1 parent c84b654 commit 2fd4b27

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

app.config.js

+7
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,13 @@ module.exports = function () {
142142
username: 'blueskysocial',
143143
},
144144
],
145+
[
146+
'expo-notifications',
147+
{
148+
icon: './assets/icon-android-notification.png',
149+
color: '#ffffff',
150+
},
151+
],
145152
'./plugins/withAndroidManifestPlugin.js',
146153
].filter(Boolean),
147154
extra: {

assets/icon-android-notification.png

1.67 KB
Loading

0 commit comments

Comments
 (0)