mirror of
https://github.com/austinried/subtracks.git
synced 2026-02-10 15:02:42 +01:00
add stacks for home/search
so they can access album/artist/etc screen
This commit is contained in:
@@ -33,7 +33,6 @@ const Category: React.FC<{
|
||||
{list.map(album => (
|
||||
<PressableOpacity
|
||||
onPress={() => navigation.navigate('AlbumView', { id: album.id, title: album.name })}
|
||||
unstable_pressDelay={50}
|
||||
key={album.id}
|
||||
style={styles.item}>
|
||||
<CoverArt
|
||||
|
||||
Reference in New Issue
Block a user