From e7a4686bc43b745271becffb2281ee78a7b0713b Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Wed, 24 Sep 2025 09:48:16 -0500 Subject: [PATCH] Hackfix PostFeed, TODO --- src/view/com/posts/PostFeed.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/view/com/posts/PostFeed.tsx b/src/view/com/posts/PostFeed.tsx index e0d0c48eff..77ac1192dd 100644 --- a/src/view/com/posts/PostFeed.tsx +++ b/src/view/com/posts/PostFeed.tsx @@ -891,6 +891,11 @@ let PostFeed = ({ maxToRenderPerBatch={isIOS ? 5 : 1} updateCellsBatchingPeriod={40} onItemSeen={onItemSeen} + style={[ + { + height: '100vh', + }, + ]} /> )