From 91f74e6a4aa41eae8047b97e329b7978abf8840a Mon Sep 17 00:00:00 2001 From: andre Date: Mon, 26 May 2025 03:22:20 +0100 Subject: [PATCH] meu deus, acho que estou pronto para pr --- app/(tabs)/index.tsx | 6 + app/(tabs)/shopping-list.tsx | 34 +++- components/ListItem.tsx | 15 +- components/ui/list/list.tsx | 2 + graphql/gql.ts | 27 --- graphql/graphql.ts | 369 ----------------------------------- 6 files changed, 46 insertions(+), 407 deletions(-) diff --git a/app/(tabs)/index.tsx b/app/(tabs)/index.tsx index cee8f37..4634f1c 100644 --- a/app/(tabs)/index.tsx +++ b/app/(tabs)/index.tsx @@ -225,6 +225,12 @@ export default function HomeScreen() { params: { id: item.ean }, }) } + onPress={(item) => + router.push({ + pathname: "/productInfo", + params: { id: item.ean }, + }) + } />