Commit Graph

8 Commits

Author SHA1 Message Date
Kesha Antonov
286a7eada6 improved progress events on ios/android 2024-01-01 21:29:30 +03:00
Kesha Antonov
168d35a9a5 fixed error with progressInterval. corrected types & ts config. removed percent from progress event. changed params to object in all events. updated readme. made onProgress starting on app start 2023-12-24 22:11:13 +03:00
Kesha Antonov
bd1e4adfc6 rewritten android side from Fetch to DownloadManager. Everything works except manual pause/resume 2023-12-22 15:16:46 +03:00
Chris Savvopoulos
55531b7b3b index.d.ts should include metadata in DownloadOption 2023-12-04 23:00:24 +01:00
Kesha Antonov
e4a7730c81 fix export initDownloader & tests 2023-07-17 14:13:22 +03:00
Kesha Antonov
15bc65bca5 add method initDownloader 2023-07-14 15:01:27 +03:00
Kesha Antonov
e431e4c471 improve typescript 2023-02-19 06:08:46 +03:00
Philip Su
83b43478ba feat: introduce index.d.ts for typescript support
File taken directly from what I made for @types/kesha-antonov__react-native-background-downloader. Verified working by installing locally in a typescript project that consumes it, and verifying via --traceResolution that the index.d.ts file is successfully found and that types resolve.
2023-02-03 23:47:57 -08:00