diff --git a/app/(tabs)/index.tsx b/app/(tabs)/index.tsx index 71eca74..4acf2b2 100644 --- a/app/(tabs)/index.tsx +++ b/app/(tabs)/index.tsx @@ -1,4 +1,4 @@ -import { FlashList } from '@shopify/flash-list'; +import { FlatList } from 'react-native'; import { Image } from 'expo-image'; import { LinearGradient } from 'expo-linear-gradient'; import { useLocalSearchParams, useRouter } from 'expo-router'; @@ -376,7 +376,7 @@ export default function HomeScreen() { setGridWidth(width) }} > - ( item.id!} numColumns={numColumns} - estimatedItemSize={cardWidth * 1.5} showsVerticalScrollIndicator={false} - scrollEventThrottle={Platform.OS === 'ios' ? 16 : 50} + scrollEnabled={false} /> )}