mikehardy / react-native-update-apk

Update apk from non-play store servers, and update ios from app store in React Native.
MIT License
195 stars 57 forks source link

replace react-native-fs with rn-fetch-blob #54

Open valery-lavrik opened 2 years ago

valery-lavrik commented 2 years ago

Can I somehow replace react-native-fs with an rn-fetch-blob that is already connected in my application?

Maybe you can somehow redefine the upload function to write it yourself via rn-fetch-blob?

I didn't find this in the documentation

mikehardy commented 2 years ago

Maybe? It's open source so there is always patch-package. I'm open to reasonably well written PRs as well