react-native-zip-archive
react-native-zip-archive copied to clipboard
fix unzipAssets: Error: Asset file `...` could not be opened
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.
It looks like we cannot do this operation for android assets file, is this the root cause?