robwalkerco / redux-persist-filesystem-storage

Redux persist adaptor for React Native filesystem storage
MIT License
196 stars 71 forks source link

Since rn-fetch-blob is unmaintained, how about providing alternative way such as react-native-file-access? #57

Closed tarouboy closed 3 years ago

tarouboy commented 3 years ago

Seems this package is still actively maintained. https://github.com/alpha0010/react-native-file-access

Thank you!

RonRadtke commented 3 years ago

You could also change to my fork: https://github.com/RonRadtke/react-native-blob-util Then you only have to replace the dependency. The API is the same

robwalkerco commented 3 years ago

I have just plublished version v4.0.0 which switches the dependancy from rn-fetch-blob to react-native-blob-util