react-native-background-upload
react-native-background-upload copied to clipboard
enableRingTone: false in options object doesnt mute upload progress notification sounds
Hello. Given I have next options for Android 'notification' key
notification: {
enabled: true,
enableRingTone: false,
}
I am still getting sound for every progress percentage update event (up to 15 times per single upload) I am using Samsung Galaxy S10 device.
Expected behavior is that I am able to mute sound for notifications
I am seeing the same issue. This is very annoying to the end user.
Were you able to solve it?