We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba72d86 commit 2180601Copy full SHA for 2180601
src/components/sirenInbox.tsx
@@ -378,6 +378,9 @@ const SirenInbox = (props: SirenInboxProps): ReactElement => {
378
contentContainerStyle={styles.contentContainer}
379
onEndReached={onEndReached}
380
ListFooterComponent={renderListFooter}
381
+ removeClippedSubviews
382
+ maxToRenderPerBatch={20}
383
+ windowSize={3}
384
/>
385
);
386
};
0 commit comments