react-native-zip-archive icon indicating copy to clipboard operation
react-native-zip-archive copied to clipboard

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

Open zulfio opened this issue 1 year ago • 1 comments

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.

zulfio avatar Jun 24 '24 01:06 zulfio

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

plrthink avatar Aug 09 '24 08:08 plrthink