You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Note: It has been broken in the release v2.22.0-alpha.1, during Java >
Kotlin migration of Android implementation, due to a wrong method
signature turning an override method of extended class into just a
method which is never called.
I recently moved over from the original RNFS to this library.
I am using the progress option on the
downloadFile
method to getDownloadProgressCallbackResultT
. 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.The text was updated successfully, but these errors were encountered: