ref: use camerakit from github instead of npm

This commit is contained in:
Overtorment 2026-04-19 22:03:16 +01:00
parent ec9a78a88e
commit 2d9d3eb19f
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -73,7 +73,7 @@
"react-native": "0.83.1",
"react-native-biometrics": "3.0.1",
"react-native-blue-crypto": "github:BlueWallet/react-native-blue-crypto#3cb5442",
"react-native-camera-kit-no-google": "17.0.1",
"react-native-camera-kit-no-google": "git+https://github.com/Overtorment/react-native-camera-kit-no-google.git#29781c493320c53b94a7ea01add95a3bb7d00c72",
"react-native-capture-protection": "github:BlueWallet/react-native-capture-protection#bb78a40",
"react-native-context-menu-view": "github:BlueWallet/react-native-context-menu-view#144110b02afdb11b431741aef5da95e91b942a9b",
"react-native-default-preference": "https://github.com/BlueWallet/react-native-default-preference.git#6338a1f1235e4130b8cfc2dd3b53015eeff2870c",
@ -15978,8 +15978,8 @@
},
"node_modules/react-native-camera-kit-no-google": {
"version": "17.0.1",
"resolved": "https://registry.npmjs.org/react-native-camera-kit-no-google/-/react-native-camera-kit-no-google-17.0.1.tgz",
"integrity": "sha512-xUgeFfeHbP+ZUl+21IECs2aIGWNKxdHOYvzGufJp/4Qaj5YARAbJki5Sp2NwQrDGevZ2C673savEENMEsmr52g==",
"resolved": "git+ssh://git@github.com/Overtorment/react-native-camera-kit-no-google.git#29781c493320c53b94a7ea01add95a3bb7d00c72",
"integrity": "sha512-ScPAgGjtrg6n0pjFerunmDyKKqtZDggzDVi71PvKBW8nN+VZ5sZ8r10DJ+avqp/vGjQGRlx7K7iHrK510SMIfQ==",
"license": "MIT",
"engines": {
"node": ">=18"

View File

@ -155,7 +155,7 @@
"react-native": "0.83.1",
"react-native-biometrics": "3.0.1",
"react-native-blue-crypto": "github:BlueWallet/react-native-blue-crypto#3cb5442",
"react-native-camera-kit-no-google": "17.0.1",
"react-native-camera-kit-no-google": "git+https://github.com/Overtorment/react-native-camera-kit-no-google.git#29781c493320c53b94a7ea01add95a3bb7d00c72",
"react-native-capture-protection": "github:BlueWallet/react-native-capture-protection#bb78a40",
"react-native-context-menu-view": "github:BlueWallet/react-native-context-menu-view#144110b02afdb11b431741aef5da95e91b942a9b",
"react-native-default-preference": "https://github.com/BlueWallet/react-native-default-preference.git#6338a1f1235e4130b8cfc2dd3b53015eeff2870c",