diff --git a/src/components/Emojis/List.tsx b/src/components/Emojis/List.tsx index 3d69205b..15286226 100644 --- a/src/components/Emojis/List.tsx +++ b/src/components/Emojis/List.tsx @@ -249,7 +249,6 @@ const EmojisList = () => { )} renderItem={listItem} - windowSize={4} contentContainerStyle={{ paddingHorizontal: StyleConstants.Spacing.Global.PagePadding, minHeight: 32 * 2 + StyleConstants.Spacing.M * 3 diff --git a/src/components/Timeline/index.tsx b/src/components/Timeline/index.tsx index 84346e3b..e1a3521d 100644 --- a/src/components/Timeline/index.tsx +++ b/src/components/Timeline/index.tsx @@ -251,13 +251,12 @@ const Timeline: React.FC = ({ ref={customFLRef || flRef} scrollEventThrottle={16} onScroll={onScroll} - windowSize={5} data={flattenPages(data)} {...(customProps?.renderItem ? { renderItem: customProps.renderItem } : { renderItem: ({ item }) => })} initialNumToRender={3} - maxToRenderPerBatch={3} + maxToRenderPerBatch={2} onEndReached={() => !disableInfinity && !isFetchingNextPage && fetchNextPage()} onEndReachedThreshold={0.75} ListFooterComponent={ diff --git a/src/screens/Tabs/Shared/Toot.tsx b/src/screens/Tabs/Shared/Toot.tsx index 8c6fadc8..1e761ee2 100644 --- a/src/screens/Tabs/Shared/Toot.tsx +++ b/src/screens/Tabs/Shared/Toot.tsx @@ -284,7 +284,6 @@ const TabSharedToot: React.FC> = ({ return ( { diff --git a/src/screens/Tabs/Shared/Users.tsx b/src/screens/Tabs/Shared/Users.tsx index eeb9d9bf..13cfcd9b 100644 --- a/src/screens/Tabs/Shared/Users.tsx +++ b/src/screens/Tabs/Shared/Users.tsx @@ -36,7 +36,6 @@ const TabSharedUsers: React.FC> = return (