mobile: enable experimental background sync

This commit is contained in:
Ammar Ahmed
2023-12-04 15:40:40 +05:00
committed by Abdullah Atta
parent 305a522a65
commit 9e8b5487b2
7 changed files with 140 additions and 102 deletions

View File

@@ -27657,6 +27657,7 @@
"license": "GPL-3.0-or-later",
"dependencies": {
"@ammarahmed/notifee-react-native": "7.4.4",
"@ammarahmed/react-native-background-fetch": "^4.2.2",
"@ammarahmed/react-native-eventsource": "1.1.0",
"@ammarahmed/react-native-share-extension": "^2.5.5",
"@ammarahmed/react-native-sodium": "1.5.4",
@@ -27797,6 +27798,11 @@
"react-native": "*"
}
},
"node_modules/@ammarahmed/react-native-background-fetch": {
"version": "4.2.2",
"resolved": "https://registry.npmjs.org/@ammarahmed/react-native-background-fetch/-/react-native-background-fetch-4.2.2.tgz",
"integrity": "sha512-PLBlb/DD+6Fv1auxdD6VRxtuC7GKPhQqR69bovRm5oGavbdSzRr+ZTr8AyNMCcayxKGdgEX2JysrJg8WIySSFQ=="
},
"node_modules/@ammarahmed/react-native-eventsource": {
"version": "1.1.0",
"license": "MIT",
@@ -47661,6 +47667,11 @@
"version": "7.4.4",
"requires": {}
},
"@ammarahmed/react-native-background-fetch": {
"version": "4.2.2",
"resolved": "https://registry.npmjs.org/@ammarahmed/react-native-background-fetch/-/react-native-background-fetch-4.2.2.tgz",
"integrity": "sha512-PLBlb/DD+6Fv1auxdD6VRxtuC7GKPhQqR69bovRm5oGavbdSzRr+ZTr8AyNMCcayxKGdgEX2JysrJg8WIySSFQ=="
},
"@ammarahmed/react-native-eventsource": {
"version": "1.1.0",
"requires": {}
@@ -80023,6 +80034,7 @@
"version": "file:native",
"requires": {
"@ammarahmed/notifee-react-native": "7.4.4",
"@ammarahmed/react-native-background-fetch": "^4.2.2",
"@ammarahmed/react-native-eventsource": "1.1.0",
"@ammarahmed/react-native-share-extension": "^2.5.5",
"@ammarahmed/react-native-sodium": "1.5.4",