You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@plrthink Hope this helps. Zipping the same file again doesn't maintains the file integrity. Maybe we can handle compression level to avoid zipping the meta-data e.g. timestamps.
import * as FileSystem from 'expo-file-system' import { zip } from 'react-native-zip-archive'
Describe the bug
Same file gives different md5 hash upon zip
To Reproduce
Steps to reproduce the behavior:
Expected behavior
To have the same hash for zip files that have the same content
Env (please complete the following information):
The text was updated successfully, but these errors were encountered: