diff --git a/app/(tabs)/index.tsx b/app/(tabs)/index.tsx index 1941a29..71eca74 100644 --- a/app/(tabs)/index.tsx +++ b/app/(tabs)/index.tsx @@ -393,6 +393,7 @@ export default function HomeScreen() { )} keyExtractor={(item) => item.id!} numColumns={numColumns} + estimatedItemSize={cardWidth * 1.5} showsVerticalScrollIndicator={false} scrollEventThrottle={Platform.OS === 'ios' ? 16 : 50} />