We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The getFSInfo method only returns information about device internal memory.
Will this FSInfoResult object include information about sdcard (for Android devices with sdcard mounted)?
The text was updated successfully, but these errors were encountered:
Hi. Did you find any solution?
Sorry, something went wrong.
Added to FSInfoResult object information about sdcard
c675afe
Added to FSInfoResult object information about sdcard (for Android devices with sdcard mounted)? itinance#461 ```js const fsInfo = await RNFS.getFSInfo(); // Android const { totalSpace, freeSpace, totalSpaceEx, freeSpaceEx } = fsInfo; ```
created pull-request #669
No branches or pull requests
The getFSInfo method only returns information about device internal memory.
Will this FSInfoResult object include information about sdcard (for Android devices with sdcard mounted)?
The text was updated successfully, but these errors were encountered: