I'm creating a remainder app, in which I want to use my custom tone mp3 as notification tone, I saw some solutions mentioned here react native push notification sound, copied the mp3 file into res/raw and in js tried the below codes likesoundName: 'name'
also soundName: android.resource://com.xyz/raw/my_sound
still the default notification tone
↧
unable to set notification tone for react native push notification (Android)
↧