birdofpreyru / react-native-fs

File system access for React Native
https://dr.pogodin.studio/docs/react-native-file-system
Other
121 stars 8 forks source link

Download Progress Callback does not get called on android #31

Closed jobpaardekooper closed 3 months ago

jobpaardekooper commented 3 months ago

I recently moved over from the original RNFS to this library.

I am using the progress option on the downloadFile method to get DownloadProgressCallbackResultT. This was working properly before I migrated to this library. Now that I have made the switch it seems to only be working on iOS. On Android the callback never fires but the file downloads successfully.

birdofpreyru commented 3 months ago

Does not seem to work on iOS (new arch) either