mockingbot / react-native-zip-archive

Zip archive utility for react-native
MIT License
420 stars 154 forks source link

fix unzipAssets: Error: Asset file `...` could not be opened #306

Open zulfio opened 2 months ago

zulfio commented 2 months ago

This is just temporary solution for fixes #173 .

this openFd function is throwing an error: This file can not be opened as a file descriptor; it is probably compressed

We need to find another solution to get the file size.

plrthink commented 1 month ago

It looks like we cannot do this operation for android assets file, is this the root cause?