Closed fivecar closed 1 year ago
Turns out @types/react-native-background-downloader was written incorrectly to suggest that it exports DownloadTaskState. It actually doesn't. So we need to go with hardcoded strings here.
@types/react-native-background-downloader
DownloadTaskState
:tada: This PR is included in version 2.4.1 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Turns out
@types/react-native-background-downloader
was written incorrectly to suggest that it exportsDownloadTaskState
. It actually doesn't. So we need to go with hardcoded strings here.