library screen web

This commit is contained in:
2025-09-30 16:53:14 +02:00
parent cf46c4599a
commit a16a88056b
6 changed files with 201 additions and 45 deletions
-13
View File
@@ -47,19 +47,6 @@ const AllMyPlaylist = ({ route }) => {
backgroundImg={background.libraryBG}
title="Mes Playlists"
width={"80%"}
rightComponent={() => (
<Pressable
onPress={() =>
SheetManager.show("Playlist", { payload: { startAtCreate: true } })
}
>
<Image
source={icons.add}
style={size({ size: 20 })}
resizeMode="contain"
/>
</Pressable>
)}
contentContainerStyle={{
paddingBottom: gutters * 2,
}}