mobile: fix android build

This commit is contained in:
Ammar Ahmed
2025-06-02 15:28:17 +05:00
committed by Ammar Ahmed
parent 843178b8cf
commit eedbded335
2 changed files with 13 additions and 8 deletions

View File

@@ -9,7 +9,7 @@
"react": "18.2.0"
},
"dependencies": {
"@ammarahmed/notifee-react-native": "7.4.7",
"@ammarahmed/notifee-react-native": "7.4.9",
"@callstack/repack": "~5.0.0",
"@bam.tech/react-native-image-resizer": "3.0.11",
"@react-native-clipboard/clipboard": "^1.9.0",
@@ -41,7 +41,7 @@
"react-native-get-random-values": "^1.7.0",
"react-native-gzip": "1.1.0",
"react-native-html-to-pdf-lite": "^0.9.1",
"react-native-iap": "12.15.1",
"react-native-iap": "12.16.2",
"react-native-in-app-review": "4.3.3",
"react-native-keychain": "4.0.5",
"react-native-modal-datetime-picker": "14.0.0",

View File

@@ -14,7 +14,7 @@
"app/"
],
"dependencies": {
"@bam.tech/react-native-image-resizer": "3.0.11",
"@ammarahmed/notifee-react-native": "7.4.9",
"@notesnook/common": "file:../../packages/common",
"@notesnook/core": "file:../../packages/core",
"@notesnook/crypto": "file:../../packages/crypto",
@@ -31,7 +31,8 @@
"@types/validator": "^13.12.2",
"diffblazer": "^1.0.1",
"react": "18.2.0",
"react-native": "0.77.2"
"react-native": "0.77.2",
"react-native-iap": "12.16.2"
},
"devDependencies": {
"@types/react": "^18.2.39",
@@ -28314,7 +28315,7 @@
"version": "1.0.0",
"license": "GPL-3.0-or-later",
"dependencies": {
"@ammarahmed/notifee-react-native": "7.4.7",
"@ammarahmed/notifee-react-native": "7.4.9",
"@ammarahmed/react-native-background-fetch": "^4.2.2",
"@ammarahmed/react-native-eventsource": "1.1.0",
"@ammarahmed/react-native-fingerprint-scanner": "^5.0.0",
@@ -28352,7 +28353,7 @@
"react-native-get-random-values": "^1.7.0",
"react-native-gzip": "1.1.0",
"react-native-html-to-pdf-lite": "^0.9.1",
"react-native-iap": "12.15.1",
"react-native-iap": "12.16.2",
"react-native-image-crop-picker": "^0.40.2",
"react-native-in-app-review": "4.3.3",
"react-native-keychain": "4.0.5",
@@ -28436,7 +28437,9 @@
}
},
"node_modules/@ammarahmed/notifee-react-native": {
"version": "7.4.7",
"version": "7.4.9",
"resolved": "https://registry.npmjs.org/@ammarahmed/notifee-react-native/-/notifee-react-native-7.4.9.tgz",
"integrity": "sha512-DK4ogXPBnoM8UsDQQLK6AQZUbP9TqOcL3YDEKtXmsWug1hzvcP/AfJ42KUCni/XR5NMI1VWW7a7tEwdbdzmS8g==",
"license": "Apache-2.0",
"peerDependencies": {
"react-native": "*"
@@ -44134,7 +44137,9 @@
"license": "MIT"
},
"node_modules/react-native-iap": {
"version": "12.15.1",
"version": "12.16.2",
"resolved": "https://registry.npmjs.org/react-native-iap/-/react-native-iap-12.16.2.tgz",
"integrity": "sha512-pIyO3eSZkYJYLdgDF90Or2wUsbiiYwa5xgUpaHBqZuVEk5Nz0ZDN4acwoXFfPa/a52MmQOYEeHbYLAQQW0o+rg==",
"license": "MIT",
"peerDependencies": {
"expo": ">=47.0.0",