mobile: fix reminders not working on android (#2038)

This commit is contained in:
Ammar Ahmed
2023-03-02 13:38:58 +05:00
committed by GitHub
parent 2c6f205ea9
commit 836f607aa0
6 changed files with 27 additions and 27 deletions

View File

@@ -1,12 +1,12 @@
{
"name": "@notesnook/mobile",
"version": "2.4.4",
"version": "2.4.5",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@notesnook/mobile",
"version": "2.4.4",
"version": "2.4.5",
"license": "GPL-3.0-or-later",
"workspaces": [
"native/",
@@ -60,7 +60,7 @@
"version": "1.0.0",
"license": "GPL-3.0-or-later",
"dependencies": {
"@ammarahmed/notifee-react-native": "7.4.3",
"@ammarahmed/notifee-react-native": "7.4.4",
"@ammarahmed/react-native-sodium": "1.3.0",
"@bam.tech/react-native-image-resizer": "3.0.5",
"@callstack/repack": "^3.0.0",
@@ -155,9 +155,9 @@
}
},
"node_modules/@ammarahmed/notifee-react-native": {
"version": "7.4.3",
"resolved": "https://registry.npmjs.org/@ammarahmed/notifee-react-native/-/notifee-react-native-7.4.3.tgz",
"integrity": "sha512-7jz91BZLxsz3v2nOPSnUf0ULa/k+KtkyX8zN2ijeluLHSQ5fjSd5jQ+u+4+Rcja0g0xQze7fpg26q6lA6F2j1g==",
"version": "7.4.4",
"resolved": "https://registry.npmjs.org/@ammarahmed/notifee-react-native/-/notifee-react-native-7.4.4.tgz",
"integrity": "sha512-soiJp11voU1MvwmzN66vlbq+NHW7nG3OlKtMPVzJ2O4Q44LP+yrm5u+N8kohMd7jGW14s3E+d27rT7NTzeK+ww==",
"peerDependencies": {
"react-native": "*"
}
@@ -21520,9 +21520,9 @@
},
"dependencies": {
"@ammarahmed/notifee-react-native": {
"version": "7.4.3",
"resolved": "https://registry.npmjs.org/@ammarahmed/notifee-react-native/-/notifee-react-native-7.4.3.tgz",
"integrity": "sha512-7jz91BZLxsz3v2nOPSnUf0ULa/k+KtkyX8zN2ijeluLHSQ5fjSd5jQ+u+4+Rcja0g0xQze7fpg26q6lA6F2j1g=="
"version": "7.4.4",
"resolved": "https://registry.npmjs.org/@ammarahmed/notifee-react-native/-/notifee-react-native-7.4.4.tgz",
"integrity": "sha512-soiJp11voU1MvwmzN66vlbq+NHW7nG3OlKtMPVzJ2O4Q44LP+yrm5u+N8kohMd7jGW14s3E+d27rT7NTzeK+ww=="
},
"@ammarahmed/react-native-sodium": {
"version": "1.3.0",
@@ -24325,7 +24325,7 @@
"@notesnook/mobile-native": {
"version": "file:native",
"requires": {
"@ammarahmed/notifee-react-native": "7.4.3",
"@ammarahmed/notifee-react-native": "7.4.4",
"@ammarahmed/react-native-sodium": "1.3.0",
"@babel/core": "^7.12.9",
"@babel/eslint-parser": "^7.16.5",