chore: clean stuff in item component

This commit is contained in:
Adrian Castro
2024-02-04 19:30:46 +01:00
parent 0134c0ff92
commit 519c85a3ac

View File

@@ -19,9 +19,8 @@ export default function Item({ data }: { data: ItemData }) {
<Image <Image
source={{ source={{
uri: posterUrl, uri: posterUrl,
width: 200,
}} }}
className="h-full w-full object-cover" className="h-full w-full"
/> />
</View> </View>
<Text className="font-bold">{title}</Text> <Text className="font-bold">{title}</Text>