Hackfix PostFeed, TODO

This commit is contained in:
Eric Bailey
2025-09-24 09:48:16 -05:00
parent b71575a3f0
commit e7a4686bc4
+5
View File
@@ -891,6 +891,11 @@ let PostFeed = ({
maxToRenderPerBatch={isIOS ? 5 : 1}
updateCellsBatchingPeriod={40}
onItemSeen={onItemSeen}
style={[
{
height: '100vh',
},
]}
/>
</View>
)