From 299c7a203650e387e4cd0eabe8f62ecd600fa03f Mon Sep 17 00:00:00 2001 From: Kenneth Date: Tue, 1 Oct 2024 17:38:55 +0100 Subject: [PATCH] feat: make wallpaper grid seamless --- app/(tabs)/index.tsx | 36 ++++++++++++------------------------ 1 file changed, 12 insertions(+), 24 deletions(-) diff --git a/app/(tabs)/index.tsx b/app/(tabs)/index.tsx index 5a862f5..8b8339c 100644 --- a/app/(tabs)/index.tsx +++ b/app/(tabs)/index.tsx @@ -63,30 +63,18 @@ export default function HomeScreen() { )} renderItem={({ item }) => ( - - - { - setSelectedWallpaper(item); - router.push("/wallpaper"); - }} - > - - - - - {item.display_name} - - - + + { + setSelectedWallpaper(item); + router.push("/wallpaper"); + }} + > + + )} estimatedItemSize={200}