Arnaud
Results
1
comments of
Arnaud
I see a similar error when using File System Access API exists(path:string):Promise. For example: `RNFetchBlob.fs.exists('content://media/external/file/7853') // this is an existing file so this results in true` `RNFetchBlob.fs.exists('test') // this is...