react-native-zip-archive
react-native-zip-archive copied to clipboard
On android UnZip or UnZipWithPassword can't get the file name and ext
On android UnZip or UnZipWithPassword can't get the file's ext here is the example: i need unzip link: https://www.learningcontainer.com/wp-content/uploads/2020/05/sample-zip-file.zip On ios everything is ok but on android after i download the file is in the path "/data/user/0/com.test.development/files/sample-zip-file.zip" after that i successfully unzip but the displayed link is Unzipping success: file:///data/user/0/com.test.development/files/sample-zip-file.zip on ios side unzip success link is /Users/user/Library/Developer/CoreSimulator/Devices/B9F830E3-C57D-4F28-835A-3F2347486F55/data/Containers/Data/Application/E4A03157-0256-4501-AD30-580891E84E83/Documents/sample.txt version rn : 0.63.4 version lib: 6.0.3
I have the same issue, is there any workaround for this?