diff --git a/mobile/app.json b/mobile/app.json index e15cb88..702eeb6 100644 --- a/mobile/app.json +++ b/mobile/app.json @@ -19,11 +19,13 @@ "adaptiveIcon": { "backgroundColor": "#0F172A" }, - "jsEngine": "hermes" + "jsEngine": "hermes", + "useNextNotificationsApi": true }, "plugins": [ "expo-router", - "expo-localization" + "expo-localization", + "expo-notifications" ], "scheme": "esustellar" }