share modal
This commit is contained in:
@@ -3,6 +3,7 @@ import React from "react";
|
||||
import { Platform } from "react-native";
|
||||
import ActionSheet from "react-native-actions-sheet";
|
||||
import { useSafeAreaInsets } from "react-native-safe-area-context";
|
||||
import { isWeb } from "../hooks/useLayoutType";
|
||||
import { gutters, Palette } from "../styles";
|
||||
|
||||
const AppActionSheet = ({ children, props }) => {
|
||||
@@ -19,7 +20,7 @@ const AppActionSheet = ({ children, props }) => {
|
||||
{...props}
|
||||
>
|
||||
<BlurView
|
||||
intensity={Platform.OS === "ios" ? 20 : 10}
|
||||
intensity={Platform.OS === "ios" || isWeb ? 20 : 10}
|
||||
style={{
|
||||
paddingTop: 36,
|
||||
paddingHorizontal: 14,
|
||||
|
||||
Reference in New Issue
Block a user