Fix Task: #92
This commit is contained in:
@@ -19,7 +19,7 @@ const AppActionSheet = ({ children, props }) => {
|
||||
{...props}
|
||||
>
|
||||
<BlurView
|
||||
intensity={20}
|
||||
intensity={Platform.OS === "ios" ? 20 : 10}
|
||||
style={{
|
||||
paddingTop: 36,
|
||||
paddingHorizontal: 14,
|
||||
@@ -29,9 +29,9 @@ const AppActionSheet = ({ children, props }) => {
|
||||
borderTopRightRadius: 20,
|
||||
overflow: "hidden",
|
||||
}}
|
||||
experimentalBlurMethod={
|
||||
Platform.OS !== "ios" ? "dimezisBlurView" : "none"
|
||||
}
|
||||
// experimentalBlurMethod={
|
||||
// Platform.OS !== "ios" ? "dimezisBlurView" : "none"
|
||||
// }
|
||||
>
|
||||
{children}
|
||||
</BlurView>
|
||||
|
||||
Reference in New Issue
Block a user