This commit is contained in:
2025-10-03 14:28:34 +02:00
parent b8a57b7e17
commit 37fe6dd477
4 changed files with 28 additions and 9 deletions
+8 -1
View File
@@ -1,3 +1,4 @@
import { BlurView } from "expo-blur";
import React from "react";
import {
Image,
@@ -77,7 +78,13 @@ const Library = () => {
}}
showsVerticalScrollIndicator={false}
>
{hasMyMusic && <MyMusic />}
<BlurView
intensity={20}
experimentalBlurMethod="dimezisBlurView"
style={{ borderRadius: 12, padding: 12, overflow: "hidden" }}
>
{hasMyMusic && <MyMusic />}
</BlurView>
{hasBackTracks && <BackTracks />}
{hasLikedMusic && <LikedMusic />}
{hasMyClips && <MyClips />}