Open
Description
MAY BE A BUG
When I am trying to get all files from sccard directory, it throws an exception.
I am testing on android, samsung TAB A. Has anyone the problem like this.
thanks in advance :)
code snipet:
RNFetchBlob.fs.ls(PATH_TO_DIRECTORY).then(async files => {
alert(files.length);
}).catch(error => {
alert(error);
});