mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 10:23:24 +00:00
chore: clean stuff in item component
This commit is contained in:
@@ -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>
|
||||||
|
Reference in New Issue
Block a user