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 }, + }) + } />