react-native-filesystem icon indicating copy to clipboard operation
react-native-filesystem copied to clipboard

Add an Android-only storage option for external storage

Open paandahl opened this issue 8 years ago • 1 comments

Need new functions:

FileSystem.hasExternalStorage()
FileSystem.isExternalStorageAvailable()

And new storage-options:

FileSystem.storage.external

FileSystem.readFile() also needs to throw a recognizable exception if the storage has been removed.

paandahl avatar Oct 29 '16 10:10 paandahl

I second this request. I'm picking another library for this reason.

Will check back in on next project.

CptTony avatar Jun 04 '17 22:06 CptTony