mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 10:23:24 +00:00
chore: run prettier
This commit is contained in:
@@ -22,7 +22,9 @@ export default function Item({
|
|||||||
</View>
|
</View>
|
||||||
<Text className="font-bold">{title}</Text>
|
<Text className="font-bold">{title}</Text>
|
||||||
<View className="flex-row items-center gap-3">
|
<View className="flex-row items-center gap-3">
|
||||||
<Text className="text-xs text-gray-600">{type === 'tv' ? 'Show' : 'Movie'}</Text>
|
<Text className="text-xs text-gray-600">
|
||||||
|
{type === "tv" ? "Show" : "Movie"}
|
||||||
|
</Text>
|
||||||
<View className="h-1 w-1 rounded-3xl bg-gray-600" />
|
<View className="h-1 w-1 rounded-3xl bg-gray-600" />
|
||||||
<Text className="text-sm text-gray-600">{year}</Text>
|
<Text className="text-sm text-gray-600">{year}</Text>
|
||||||
</View>
|
</View>
|
||||||
|
Reference in New Issue
Block a user