This commit is contained in:
Philip Cesar Garay
2025-08-26 18:08:09 +08:00
parent b9f7c4b4a0
commit 2a34e9d547
47 changed files with 944 additions and 568 deletions
@@ -1,4 +1,4 @@
import { View, Text, Image } from "react-native";
import { View, Text, Image, Platform } from "react-native";
import React from "react";
import { BlurView } from "expo-blur";
import { img } from "../../../assets";
@@ -19,6 +19,9 @@ const PlaybacksCard = () => {
backgroundColor: Palette.glass,
overflow: "hidden",
}}
experimentalBlurMethod={
Platform.OS !== "ios" ? "dimezisBlurView" : "none"
}
>
<View
style={{
+4 -1
View File
@@ -1,4 +1,4 @@
import { View, Text, Image } from "react-native";
import { View, Text, Image, Platform } from "react-native";
import React from "react";
import { img } from "../../../assets";
import { BlurView } from "expo-blur";
@@ -31,6 +31,9 @@ const SongCard = () => {
...Style.containerRow,
}}
tint="dark"
experimentalBlurMethod={
Platform.OS !== "ios" ? "dimezisBlurView" : "none"
}
>
<View style={{ flex: 1, ...Style.containerRow, gap: 15 }}>
<Text