Gekidou Android share extension (#6803)

* Refactor app database queries to not require the app database as argument

* Android Share Extension and fix notifications prompt

* feedback review
This commit is contained in:
Elias Nahum
2022-11-30 23:18:56 +02:00
committed by GitHub
parent c1f480de31
commit 6eadc527bb
86 changed files with 4116 additions and 383 deletions

View File

@@ -29,6 +29,7 @@
"@react-native-cookies/cookies": "6.2.1",
"@react-navigation/bottom-tabs": "6.4.0",
"@react-navigation/native": "6.0.13",
"@react-navigation/stack": "6.3.7",
"@rudderstack/rudder-sdk-react-native": "1.5.1",
"@sentry/react-native": "4.8.0",
"@stream-io/flat-list-mvcp": "0.10.2",
@@ -39,6 +40,7 @@
"deepmerge": "4.2.2",
"emoji-regex": "10.2.1",
"fuse.js": "6.6.2",
"html-entities": "2.3.3",
"jail-monkey": "2.7.0",
"mime-db": "1.52.0",
"moment-timezone": "0.5.38",
@@ -138,7 +140,7 @@
"@types/uuid": "8.3.4",
"@typescript-eslint/eslint-plugin": "5.42.1",
"@typescript-eslint/parser": "5.42.1",
"axios": "1.1.3",
"axios": "1.2.0",
"axios-cookiejar-support": "4.0.3",
"babel-jest": "29.3.0",
"babel-loader": "9.1.0",