mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 05:33:25 +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
|
||||
source={{
|
||||
uri: posterUrl,
|
||||
width: 200,
|
||||
}}
|
||||
className="h-full w-full object-cover"
|
||||
className="h-full w-full"
|
||||
/>
|
||||
</View>
|
||||
<Text className="font-bold">{title}</Text>
|
||||
|
Reference in New Issue
Block a user