mobile: bulk export all notes

This commit is contained in:
ammarahm-ed
2022-10-14 17:31:36 +05:00
committed by Abdullah Atta
parent 36f3701b4f
commit 25bffe2053
8 changed files with 445 additions and 304 deletions

View File

@@ -13,6 +13,7 @@
"app/"
],
"dependencies": {
"fflate": "^0.7.3",
"react-native-actions-shortcuts": "^1.0.1",
"react-native-fingerprint-scanner": "https://github.com/ammarahm-ed/react-native-fingerprint-scanner.git"
},
@@ -32,6 +33,7 @@
"buffer": "^6.0.3",
"dayjs": "^1.10.4",
"entities": "^3.0.1",
"fflate": "^0.7.3",
"html-to-text": "8.1.0",
"phone": "^3.1.14",
"qclone": "^1.1.0",
@@ -102,6 +104,7 @@
"react-native-tooltips": "^1.0.3",
"react-native-vector-icons": "^9.0.0",
"react-native-webview": "^11.14.1",
"react-native-zip-archive": "6.0.8",
"rn-extensions-share": "^2.4.0",
"rn-fetch-blob": "^0.12.0"
},
@@ -10132,6 +10135,11 @@
"bser": "2.1.1"
}
},
"node_modules/fflate": {
"version": "0.7.4",
"resolved": "https://registry.npmjs.org/fflate/-/fflate-0.7.4.tgz",
"integrity": "sha512-5u2V/CDW15QM1XbbgS+0DfPxVB+jUKhWEKuuFuHncbk3tEEqzmoXL+2KyOFuKGqOnmdIy0/davWF1CkuwtibCw=="
},
"node_modules/file-entry-cache": {
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz",
@@ -18484,6 +18492,15 @@
"node": ">=8"
}
},
"node_modules/react-native-zip-archive": {
"version": "6.0.8",
"resolved": "https://registry.npmjs.org/react-native-zip-archive/-/react-native-zip-archive-6.0.8.tgz",
"integrity": "sha512-Rpy9VlvR7cOQWipMA/UXD8LDV0Q7V80DCKF2ItU5jd2IRishFWrgwHGx7M7OVhbdAwquRMEh9I+UCXdl3QKPxw==",
"peerDependencies": {
"react": ">=16.8.6",
"react-native": ">=0.60.0"
}
},
"node_modules/react-native/node_modules/react-refresh": {
"version": "0.4.3",
"resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.4.3.tgz",
@@ -24138,6 +24155,7 @@
"buffer": "^6.0.3",
"dayjs": "^1.10.4",
"entities": "^3.0.1",
"fflate": "^0.7.3",
"html-to-text": "8.1.0",
"phone": "^3.1.14",
"qclone": "^1.1.0",
@@ -24240,6 +24258,7 @@
"react-native-tooltips": "^1.0.3",
"react-native-vector-icons": "^9.0.0",
"react-native-webview": "^11.14.1",
"react-native-zip-archive": "6.0.8",
"react-test-renderer": "18.0.0",
"rn-extensions-share": "^2.4.0",
"rn-fetch-blob": "^0.12.0",
@@ -28824,6 +28843,11 @@
"bser": "2.1.1"
}
},
"fflate": {
"version": "0.7.4",
"resolved": "https://registry.npmjs.org/fflate/-/fflate-0.7.4.tgz",
"integrity": "sha512-5u2V/CDW15QM1XbbgS+0DfPxVB+jUKhWEKuuFuHncbk3tEEqzmoXL+2KyOFuKGqOnmdIy0/davWF1CkuwtibCw=="
},
"file-entry-cache": {
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz",
@@ -35057,6 +35081,11 @@
}
}
},
"react-native-zip-archive": {
"version": "6.0.8",
"resolved": "https://registry.npmjs.org/react-native-zip-archive/-/react-native-zip-archive-6.0.8.tgz",
"integrity": "sha512-Rpy9VlvR7cOQWipMA/UXD8LDV0Q7V80DCKF2ItU5jd2IRishFWrgwHGx7M7OVhbdAwquRMEh9I+UCXdl3QKPxw=="
},
"react-refresh": {
"version": "0.14.0",
"resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.14.0.tgz",