We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b828ed commit e8899d9Copy full SHA for e8899d9
1 file changed
README.md
@@ -42,12 +42,12 @@ For Android, it's ready to go.
42
import it into your code
43
44
```js
45
-import {
46
- zip,
+import {
+ zip,
47
zipWithPassword,
48
- unzip,
+ unzip,
49
unzipWithPassword,
50
- unzipAssets,
+ unzipAssets,
51
subscribe,
52
isPasswordProtected,
53
getUncompressedSize,
@@ -88,7 +88,7 @@ import { MainBundlePath, DocumentDirectoryPath } from 'react-native-fs'
88
89
#### Encryption
90
- **Android**: AES-128, AES-256, and Standard ZIP encryption for all operations
91
-- **iOS**:
+- **iOS**:
92
- Folder operations: AES and Standard encryption supported
93
- File array operations: Only Standard encryption (AES not supported)
94
- Note: Both AES-128 and AES-256 use AES-256 on iOS
0 commit comments