Firstly, thanks for your work on this project! 🙂
Today I used patch-package to patch react-native-fs@2.20.0 for the project I'm working on.
There are two fixes:
The issue is related to subscription removal upon download/upload failure.
Could not valuable for the community, but for our case we had to use uploadTaskWithStreamedRequest instead of the dataTaskWithRequest, so that the upload can happen in the background too.
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used patch-package to patch
react-native-fs@2.20.0
for the project I'm working on.There are two fixes:
uploadTaskWithStreamedRequest
instead of thedataTaskWithRequest
, so that the upload can happen in the background too.Here is the diff that solved my problem:
This issue body was partially generated by patch-package.