diff --git a/app/(tabs)/index.tsx b/app/(tabs)/index.tsx
index 5545f21..a259dff 100644
--- a/app/(tabs)/index.tsx
+++ b/app/(tabs)/index.tsx
@@ -8,6 +8,7 @@ import Animated, { Easing, useAnimatedStyle, useSharedValue, withRepeat, withTim
import { router } from 'expo-router'
import { IOS_UNIVERSAL_LINK } from '@/app.constants'
+import { FlashList } from '@shopify/flash-list'
import { screenHeight, screenWidth } from '@/utils'
import { cn } from '@/utils/cn'
import { useAuth } from '@/hooks/core/use-auth'
@@ -644,12 +645,11 @@ export default function Sync() {
- item.id}
numColumns={3}
- columnWrapperStyle={{ gap: 12 }}
contentContainerStyle={{ marginTop: 12, paddingBottom: 200 }}
showsVerticalScrollIndicator={false}
refreshControl={}