This commit is contained in:
Philip Cesar Garay
2025-08-18 15:34:56 +08:00
parent a8ebe8bcc3
commit 5fd72ba2c0
5 changed files with 219 additions and 36 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ const MusicDetails = () => {
resizeMode="contain"
/>
</Pressable>
<Pressable>
<Pressable onPress={() => SheetManager.show("Playlist")}>
<Image
source={icons.check}
style={{ ...size({ size: 24 }) }}