mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 10:03:26 +00:00
chore: more cleanup
This commit is contained in:
@@ -22,7 +22,7 @@ export default function Item({
|
||||
</View>
|
||||
<Text className="font-bold">{title}</Text>
|
||||
<View className="flex-row items-center gap-3">
|
||||
<Text className="text-xs text-gray-600">{type}</Text>
|
||||
<Text className="text-xs text-gray-600">{type === 'tv' ? 'Show' : 'Movie'}</Text>
|
||||
<View className="h-1 w-1 rounded-3xl bg-gray-600" />
|
||||
<Text className="text-sm text-gray-600">{year}</Text>
|
||||
</View>
|
||||
|
0
apps/expo/src/app/constants/.gitkeep
Normal file
0
apps/expo/src/app/constants/.gitkeep
Normal file
@@ -1 +0,0 @@
|
||||
export const TMDB_POSTER_PATH = `https://image.tmdb.org/t/p`;
|
Reference in New Issue
Block a user