Skip to content

Commit

Permalink
decresed initial load amount
Browse files Browse the repository at this point in the history
  • Loading branch information
BlakeKaufman committed Oct 27, 2024
1 parent 6df7d5d commit 7fec289
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ export default function GiftCardPage() {
/>
) : (
<FlatList
initialNumToRender={20}
initialNumToRender={10}
maxToRenderPerBatch={10}
windowSize={3}
removeClippedSubviews={true}
Expand Down

0 comments on commit 7fec289

Please sign in to comment.