forked from wkh237/react-native-fetch-blob
-
Notifications
You must be signed in to change notification settings - Fork 791
Open
Labels
bugSomething isn't workingSomething isn't workingquestionFurther information is requestedFurther information is requested
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);
});
scarlac
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingquestionFurther information is requestedFurther information is requested