react-native-background-upload
react-native-background-upload copied to clipboard
[Question] Remove notification manually after upload completed
Hi. I am using this awesome module for my project and it works perfectly.
I just have a question about how to remove upload notification which is completed.
I tried cancelUpload with customUploadId but it doesn't set the notification to cancel maybe it's because already completed.
Is there any way to remove it manually?
- I want to remove it for a specific use-case, not all success use-case.