I'm using rnFetch blob to create files like:
RNFetchBlob.fs.writeFile(uri, base64, "base64")
It works but sometimes I need to override that image.
As the doc says:
writeFile API replaces content in the file, if you're going to append data to existing file[...]
But it crashes the image and create a 0byte image when i try to overide using again. Anyone has passed by this?