mirror of
https://github.com/Jellify-Music/App.git
synced 2026-04-28 14:39:33 -05:00
idk
This commit is contained in:
@@ -24,7 +24,7 @@ export default function IconCard({
|
||||
<Card
|
||||
elevate
|
||||
size="$4"
|
||||
borderRadius={40}
|
||||
borderRadius={"$7"}
|
||||
animation="bouncy"
|
||||
hoverStyle={{ scale: 0.925 }}
|
||||
pressStyle={{ scale: 0.875 }}
|
||||
|
||||
@@ -26,6 +26,7 @@ export default function LibraryScreen({
|
||||
return (
|
||||
<IconCard
|
||||
name={item.iconName}
|
||||
caption={item.name}
|
||||
width={width / 2.1}
|
||||
onPress={() => {
|
||||
navigation.navigate(item.name)
|
||||
|
||||
@@ -91,7 +91,7 @@ export default function PlayerScreen({ navigation }: { navigation: NativeStackNa
|
||||
color={Colors.Primary}
|
||||
onPress={() => {
|
||||
navigation.goBack(); // Dismiss player modal
|
||||
navigation.navigate("Artist", {
|
||||
navigation.push("Artist", {
|
||||
artistName: nowPlaying!.item.ArtistItems![0].Name ?? "Untitled",
|
||||
artistId: nowPlaying!.item.ArtistItems![0].Id!,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user