Open CapitanRedBeard opened 5 years ago
I have the same problem.
After call the function RNFetchBlob.fs.df()
with or without SDCard the result are the same!
external_free: "7011020800" //7.01 GB
external_total: "11329761280" // 11.32 GB
internal_free: "7037235200" // 7.03 GB
internal_total: "11350732800" // 11.35 GB
+1
Hi All, Is there any update? I got the same issue.
Hi! Found an inconsistency when implementing RNFetchBlob.fs.df() in terms of the number reported.
When logging out results for
RNFetchBlob.fs.df()
on a local Android device I'm getting the following values:However if I look into the storage space on my local android device (Samsung S8) I see the following values:
There doesn't seem to be any correlation between what the phone is reporting as free space and what this API is reporting so I'm curious as to why the mismatch.