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', + }, + ]} /> )