feat: show thumbnail url on home page
This commit is contained in:
@@ -65,7 +65,7 @@ export default function HomeScreen() {
|
|||||||
>
|
>
|
||||||
<Image
|
<Image
|
||||||
className="w-full h-60"
|
className="w-full h-60"
|
||||||
source={{ uri: item.secure_url }}
|
source={{ uri: item.thumbnail_url }}
|
||||||
/>
|
/>
|
||||||
</TouchableOpacity>
|
</TouchableOpacity>
|
||||||
<View
|
<View
|
||||||
|
Reference in New Issue
Block a user