feat: show thumbnail url on home page

This commit is contained in:
2024-09-25 19:33:31 +01:00
parent ad6e0dd769
commit 2b09aed2ab

View File

@@ -65,7 +65,7 @@ export default function HomeScreen() {
>
<Image
className="w-full h-60"
source={{ uri: item.secure_url }}
source={{ uri: item.thumbnail_url }}
/>
</TouchableOpacity>
<View