mobile: fix saving qr-code to gallery

This commit is contained in:
Ammar Ahmed
2026-05-21 13:37:36 +05:00
parent 68d1a1bc34
commit 5fe6331c1f
9 changed files with 131 additions and 18 deletions

View File

@@ -37,6 +37,7 @@
"@notesnook/logger": "file:../../packages/logger",
"@notesnook/theme": "file:../../packages/theme",
"@notesnook/themes-server": "file:../../servers/themes",
"@react-native-camera-roll/camera-roll": "^7.10.2",
"@react-native-clipboard/clipboard": "^1.16.3",
"@react-native-community/checkbox": "^0.5.20",
"@react-native-community/datetimepicker": "^8.4.5",
@@ -4197,6 +4198,18 @@
"node": ">=14"
}
},
"node_modules/@react-native-camera-roll/camera-roll": {
"version": "7.10.2",
"resolved": "https://registry.npmjs.org/@react-native-camera-roll/camera-roll/-/camera-roll-7.10.2.tgz",
"integrity": "sha512-XgJQJDFUycmqSX+MH7vTcRigQwEIQNLIu1GvOngCZRwlSV2mF61UzeruSmmHwkBcGnHZFXkKg9fil0FQVfyglw==",
"license": "MIT",
"engines": {
"node": ">= 18.17.0"
},
"peerDependencies": {
"react-native": ">=0.59"
}
},
"node_modules/@react-native-clipboard/clipboard": {
"version": "1.16.3",
"resolved": "https://registry.npmjs.org/@react-native-clipboard/clipboard/-/clipboard-1.16.3.tgz",