Skip to content

Commit

Permalink
[🐴]Add DM push notification sound (#4000)
Browse files Browse the repository at this point in the history
* add wav

* add sound to config
  • Loading branch information
haileyok authored May 15, 2024
1 parent 0e04b19 commit d390db0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ module.exports = function (config) {
{
icon: './assets/icon-android-notification.png',
color: '#1185fe',
sounds: ['assets/blueskydm.wav'],
},
],
'./plugins/withAndroidManifestPlugin.js',
Expand Down
Binary file added assets/blueskydm.wav
Binary file not shown.

0 comments on commit d390db0

Please sign in to comment.