Results 1 comments of Titor

Also test `RNFS.stat` with file and directory: ```js const result = await RNFS.stat(file); console.log(result); // Error: File does not exist const result = await RNFS.stat(dir) console.log(result); // Error: Unsupported Uri...