[ Package conformance ]
Storage & Data · >=6.0.0
react-native-zip-archive
real zip/unzip via fflate over the shared compat VFS; only password/AES variants unsupported (no browser zip-crypto codec)60%
API coverage
No visual conformance cases have been published for this package yet. The registry summary below describes what the compat layer implements.
Working (7)
zip/zipFolder/zipFiles (real DEFLATEbasename + folder-relative entries)unzip (real inflate to VFS)isPasswordProtected (reads GP encryption bit)getUncompressedSize (sums central-directory sizes-1 on parse error)zipArchiveProgressEvent (0%/per-entry/100%) into subscribe()
Missing (2)
zipWithPassword / unzipWithPassword / zipFilesWithPassword / zipFolderWithPassword — fflate has no ZipCrypto/AES codecso these reject with the native zip_error/unzip_error shape; unzipAssets (no native asset bundle); unzip of an encrypted archive rejects