You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I am unable to re write file on Android Samsung devices if the same named file was deleted from phone's file system manually.
Getting below error
{ "nativeStackAndroid": [], "userInfo": null, "message": "File '/storage/emulated/0/Download/myApp/0690Q000004lHWRQA2.jpeg' does not exist and could not be created", "code": "ENOENT" }
My Steps to reproduce
write file using RNFetchBlob.fs.writeFile(filePath, updatedData.content, 'base64')