kesha-antonov / react-native-background-downloader

About A library for React-Native to help you download large files on iOS and Android both in the foreground and most importantly in the background.
https://www.npmjs.com/package/@kesha-antonov/react-native-background-downloader
Other
26 stars 3 forks source link

DownloadTaskState does not include 'PENDING' #3

Open sjchristi opened 2 months ago

sjchristi commented 2 months ago

DownloadTaskState does not include 'PENDING' as a state, but I have found that this is a state that the DownloadTask is in sometimes (immediately after creating it).

kesha-antonov commented 2 months ago

Hi Yes, we need to add it to the js

If you can please submit PR