diff options
| author | Shravya Ramesh <37447613+shravyaramesh@users.noreply.github.com> | 2020-12-29 11:41:57 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-29 14:41:57 -0500 |
| commit | 05cd91206a6ce3361097d9eb408a447eae3d120e (patch) | |
| tree | 1b8c5ba82358c3f9b393ea42d03b6c9c7219ce7f /package.json | |
| parent | efaa41884b5aa4b4704380eb3615d3801958a775 (diff) | |
[TMA-288] notifications frontend infra (#154)
* Configured settings to enable remote notifications
* Added FCM services
* Added background message handler + api calls
* minor fixes
* minor changes requested from pr
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package.json b/package.json index ad71b04a..a40111a0 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,8 @@ "@react-native-community/async-storage": "^1.12.1", "@react-native-community/blur": "^3.6.0", "@react-native-community/masked-view": "^0.1.10", + "@react-native-firebase/app": "^10.0.0", + "@react-native-firebase/messaging": "^10.0.0", "@react-navigation/bottom-tabs": "^5.7.2", "@react-navigation/native": "^5.6.1", "@react-navigation/stack": "^5.6.2", @@ -26,6 +28,7 @@ "react-native-animatable": "^1.3.3", "react-native-confirmation-code-field": "^6.5.0", "react-native-date-picker": "^3.2.5", + "react-native-device-info": "^7.3.1", "react-native-elements": "^2.3.2", "react-native-gesture-handler": "^1.6.1", "react-native-hyperlink": "^0.0.19", @@ -33,6 +36,7 @@ "react-native-inappbrowser-reborn": "^3.4.0", "react-native-linear-gradient": "^2.5.6", "react-native-picker-select": "^7.0.0", + "react-native-push-notifications": "^3.0.10", "react-native-reanimated": "^1.9.0", "react-native-safe-area-context": "^3.0.6", "react-native-screens": "^2.9.0", |
