update
This commit is contained in:
@@ -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={{
|
||||
|
||||
Reference in New Issue
Block a user