Ryan Sheppard
Ryan Sheppard
Having the same issue with `RNFS.copyFile()`. Here is some extra information that may help someone: **Device Infomation:** ``` Samsung Galaxy A50 Android Version: 11 One UI Version: 3.1 Google Play...
I've been running into this a lot recently, and it's frustrating to debug. A few things that have helped me: - `await`ing the secondary `executeSql`s instead of using their promises....
Any updates on this? Currently getting the same error (ENOENT). ` java.io.FileNotFoundException: /storage/emulated/0/Download/canada.zip: open failed: ENOENT (No such file or directory): Error: java.io.FileNotFoundException: /storage/emulated/0/Download/canada.zip: open failed: ENOENT (No such file...
It appears the issue is with `net.lingala.zip4j.zip4j`. I compiled react-native-zip-archive locally with my own logs and was able to get the following stack trace: ``` net.lingala.zip4j.exception.ZipException: java.io.FileNotFoundException: /storage/emulated/0/Download/canada.zip: open failed:...
> This looks good @ryanshepps ! > > Would you mind also adding a unit test to verify the `formatResponse` behavior with msgpack? You can create a new test file...
@helloanoop Any requested changes for this? Sorry, I know you're busy.
> @ryanshepps Sorry, lost track of this. Do you mind fixing the conflicts, I'll merge once you do. Hi @helloanoop, apologies for the lateness on this. I've fixed the conflicts...