Ricardo Gobbo

Results 3 comments of Ricardo Gobbo

I have some issues like yours @beisert1 My code follows ``` openFile = async file => { try{ const filePath = `${RNFS.DocumentDirectoryPath}/${file.title}`; await RNFS.downloadFile({ fromUrl: file.url, toFile: filePath }); await...

You can use android app too. It works pretty fine. https://play.google.com/store/apps/details?id=bz.rxla.panache&hl=pt

I am facing the exact same error, but just on iOS platform.