react-nativefile-uploadnotificationsprogress-barandroid-notifications

Upload files with showing determinate Progress Bar in Notification bar using React Native


I am trying to achieve a scenario where file is uploading and I want to make this upload process keep running with having percentage bar when the app was kill. And The process will resume upload process when the phone off with any reason (battery drain or out services). I have tried this with local notification with Firebase and react-native-local-notifications. But it is not working.


Solution

  • Currently, there is no library which uploads files with notification progress bar even the app is cancelled. So you have to create Native Component in Android Native then use that library in your react-native project. Thanks :)