mobile: wire notification registration and listener

This commit is contained in:
talksik
2026-05-18 09:59:52 -07:00
parent a564ea819b
commit 1618cb58cb
8 changed files with 590 additions and 2 deletions
+7
View File
@@ -50,6 +50,13 @@ const config: ExpoConfig = {
"Flowy uses your microphone to record voice messages.",
},
],
[
"expo-notifications",
{
icon: "./assets/icon.png",
color: "#000000",
},
],
],
experiments: {
typedRoutes: false,