react-native-fs
react-native-fs copied to clipboard
Writing to secondary store
How do I get the path to secondary storage in android? I see in android.os.Environment, it uses getExternalFilesDirs(String), getExternalCacheDirs(), and getExternalMediaDirs().
But RFNSManager does not use any of these. Does it support writing to secondary storage?
Any updates on this ?