Closed robwalkerco closed 3 years ago
@imranMnts I've setup the change in this PR.
I'd really appreciate if you are able to confirm that everything is good for me, by installing this branch and testing it your quickly in your app. (I'm not actually actively using this project right now)
You can install it by simply swapping the npm version in your package.json file with git+https://github.com/robwalkerco/redux-persist-filesystem-storage.git#813045c3ee14199a5a503e15c2148a40ba66998c
, then running yarn
or npm
to update the dependancies.
@robwalkerco
It doesn't work, looks like you still use rn-fetch-blob
in the code.
we have to use import ReactNativeBlobUtil from 'react-native-blob-util'
with the new one.
@imranMnts I've corrected the import.
It would be great if you could give it another try 🙏
I encountered this issue.. https://github.com/RonRadtke/react-native-blob-util/issues/33
This pull request will be closed soon. Is it still a valid issue?
Hi, will it be merged?
Hi, we have changed our app dependancy to RonRadtke/react-native-blob-util
, so can we expect this to be merged soon?
It would be very helpful if dependancy changed to react-native-blob-util
.
Thank you !!
I'd really appreciate if a few users would be able to confirm that everything is good with this PR, by installing this branch and testing it your quickly in your app. (I'm not actually actively using this project right now). I would then be more confident to release this as version 4.0.0 on npm
You can install it by simply swapping the npm version in your package.json file with git+https://github.com/robwalkerco/redux-persist-filesystem-storage.git#22514a2ee00482ff3827a5da8f1722badbaac6d0, then running yarn or npm to update the dependencies.
Hi @robwalkerco,
I have checked from git+https://github.com/robwalkerco/redux-persist-filesystem-storage.git#22514a2ee00482ff3827a5da8f1722badbaac6d0
It's working fine for me with react-native-blob-util.
Switch to using react-native-blob-util
Closes #55