How to access the file system in react native?
I believe react-native-fs does support external storage in Android.
From the documentation:
ExternalDirectoryPath
(String
) The absolute path to the external files, shared directory (android only)
ExternalStorageDirectoryPath
(String
) The absolute path to the external storage, shared directory (android only)