From 6e0da4f88749dbc510c9b84b388346f4de92776f Mon Sep 17 00:00:00 2001 From: imeepos Date: Thu, 25 Dec 2025 21:06:22 +0800 Subject: [PATCH] fix: bug --- app/(tabs)/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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={}