mockingbot / react-native-zip-archive

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

make getUncompressedSize public #287

Closed bdtren closed 1 year ago

bdtren commented 1 year ago

Hi, I added a ReactMethod in android to get the function result and add a RCT_EXPORT_METHOD in ios to make the getUncompressedSize public, since my project needed that function. This branch is based on my master branch since they are using net.lingala.zip4j.ZipFile.

plrthink commented 1 year ago

Cool!

And just a question, Do you have interest in refactoring the android implementation fully in zip4j?

bdtren commented 1 year ago

Sure! let me check