update
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { View, Text } from "react-native";
|
||||
import { View, Text, Platform } from "react-native";
|
||||
import React from "react";
|
||||
import ActionSheet from "react-native-actions-sheet";
|
||||
import { gutters, Palette } from "../styles";
|
||||
@@ -27,6 +27,9 @@ const AppActionSheet = ({ children, props }) => {
|
||||
borderTopRightRadius: 20,
|
||||
overflow: "hidden",
|
||||
}}
|
||||
experimentalBlurMethod={
|
||||
Platform.OS !== "ios" ? "dimezisBlurView" : "none"
|
||||
}
|
||||
>
|
||||
{children}
|
||||
</BlurView>
|
||||
|
||||
Reference in New Issue
Block a user