diff options
author | Santo Cariotti <santo@dcariotti.me> | 2024-09-05 14:18:44 +0200 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2024-09-05 14:18:44 +0200 |
commit | b29af46f9e53983e7a901253921e8fc4eb269bd7 (patch) | |
tree | b294f667900ecb0e0be9b82154fd2811ac975798 /package.json | |
parent | 88e4d0b3f44720b1b1444ad563b53bcfc64187e0 (diff) |
Set up notifications
Google services file and Firebase adminsdk file are private
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json index ad0ba5a..92f58d3 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,9 @@ "react-native-safe-area-context": "4.10.5", "react-native-screens": "3.31.1", "react-native-web": "~0.19.10", - "typescript-language-server": "^4.3.3" + "typescript-language-server": "^4.3.3", + "expo-notifications": "~0.28.16", + "expo-device": "~6.0.2" }, "devDependencies": { "@babel/core": "^7.20.0", |