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

'metadata' field on DownloadTask is not present in interface, causing typescript warnings #1

Open sjchristi opened 2 months ago

sjchristi commented 2 months ago

The metadata field that is a member of the DownlaodTask class is not in the DownloadTask interface, so you'll end up with warnings in typescript if you try to access it.

kesha-antonov commented 2 months ago

Hi, could you correct ts with PR?