From 2ce03c979fc05f9b2fdb7fc0c1b6f8c18d888ae9 Mon Sep 17 00:00:00 2001 From: Yanice Date: Fri, 18 Oct 2024 22:08:46 +0200 Subject: [PATCH] fix: enabled chats --- src/router/screens/account/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/router/screens/account/index.tsx b/src/router/screens/account/index.tsx index 72622e68d..1f5fef9d3 100644 --- a/src/router/screens/account/index.tsx +++ b/src/router/screens/account/index.tsx @@ -44,7 +44,7 @@ export const screens = [ tabBarLabel: "Vie sco.", tabBarLottie: require("@/../assets/lottie/tab_check.json"), }), - createScreen("Messages", PlaceholderScreen, { + createScreen("Messages", Messages, { headerTitle: "Messages", tabBarLabel: "Messages", tabBarLottie: require("@/../assets/lottie/tab_chat.json"),