mirror of
https://github.com/Jellify-Music/App.git
synced 2026-05-05 02:09:32 -05:00
make this do something
This commit is contained in:
@@ -110,8 +110,13 @@ export function ArtistScreen({
|
||||
}}
|
||||
renderItem={({ item: artist }) => (
|
||||
<ItemCard
|
||||
width={150}
|
||||
caption={artist.Name ?? "Unknown Artist"}
|
||||
item={artist}
|
||||
onPress={() => {
|
||||
navigation.navigate('Artist', {
|
||||
artist
|
||||
})
|
||||
}}
|
||||
/>
|
||||
)}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user