Perry

Results 75 comments of Perry

No, you don't need to apply any changes to upgrade rn from 62 to 63 on the module. And I just tested with the test app https://github.com/plrthink/RNZATestApp but can't get...

@jstopchick Ok, but still can you provide a reproducible app? So I can easily follow the way.

I can confirm this is an issue but honestly, I don't know how to solve this. Even more, I'm not sure this is a problem that we should fix since...

For now, I just change the code to let the error be more clear about the file permission issue, you can try to install the current beta channel by `yarn...

After some searching, I found that even though we can use the `android:requestLegacyExternalStorage="true"` but after targeting the Android 11(API Level 30) we have no chance to access files directly in...

Yes, `react-native-zip-archive` is using the `ZipArchive` under the hood for iOS, and it uses the stream to unzipping, as you can see https://github.com/ZipArchive/ZipArchive/issues/267. But I don't test it with such...

@mikestaub cool! maybe you could create a PR to solve this?

Can you try the newest version of the module? Since it has been refactored and not operate the stream directly so I think this issue might not exist anymore.

I'm afraid that it can't be achieved on iOS right now, see this issue (https://github.com/facebook/react-native/issues/167) for more info. But on Android, we have the headless js API which allows us...

I don't know honestly, but you can give it a try, it seems like would be operated using zip tools.