From e2846bffdb9f25bc80f9a7b78537ff77b2782f80 Mon Sep 17 00:00:00 2001 From: Diego Mello Date: Wed, 17 Jun 2026 10:23:53 -0300 Subject: [PATCH] Freeze RoomsListView when blurred to avoid off-screen re-renders on room open --- app/stacks/InsideStack.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/stacks/InsideStack.tsx b/app/stacks/InsideStack.tsx index 3cbefe6dd3d..baaa6c8d0fc 100644 --- a/app/stacks/InsideStack.tsx +++ b/app/stacks/InsideStack.tsx @@ -100,7 +100,7 @@ const ChatsStackNavigator = () => { const { theme } = useContext(ThemeContext); return ( - + {/* @ts-ignore */}