Add support for in app feedback (#176)

This commit is contained in:
Mohamad Tarbin
2026-08-02 16:36:51 -04:00
committed by GitHub
parent b2949b2dd9
commit 46fb2d5475
16 changed files with 1189 additions and 5 deletions

10
package-lock.json generated
View File

@@ -9,6 +9,7 @@
"version": "1.2.33",
"hasInstallScript": true,
"dependencies": {
"@capacitor-community/in-app-review": "^8.0.0",
"@capacitor-community/speech-recognition": "^7.0.1",
"@capacitor-community/sqlite": "^8.0.0",
"@capacitor/android": "^8.0.0",
@@ -1495,6 +1496,15 @@
"devOptional": true,
"license": "MIT"
},
"node_modules/@capacitor-community/in-app-review": {
"version": "8.0.0",
"resolved": "https://registry.npmjs.org/@capacitor-community/in-app-review/-/in-app-review-8.0.0.tgz",
"integrity": "sha512-AYpEkIjdv27WGS3hnlc7xAQ1BhaBvD2svgQBfHF4P2Olw1N6a7MSCOQC6O4SuxmdBdJ2fM6uFeo1jyNjKLtIPw==",
"license": "MIT",
"peerDependencies": {
"@capacitor/core": ">=8.0.0"
}
},
"node_modules/@capacitor-community/speech-recognition": {
"version": "7.0.1",
"resolved": "https://registry.npmjs.org/@capacitor-community/speech-recognition/-/speech-recognition-7.0.1.tgz",