↧
Answer by Annabelle Braye for React native : can't unzip the file I get with...
I tried to put a for(let i = 1; i < 101; i++) to do the RNFB 100 times : it works 97 times / 100 and 96 times /100... Then I tried to put a timer, to be sure the file is finished to download, it...
View ArticleReact native : can't unzip the file I get with rn-fetch-blob
I'm trying to download a zip file with rn-fetch-blob, then when I got this file I unzip it with React-native-zip-archive. It often works well, but sometimes, the "unzipFile()" function I've created...
View Article