hide underlay on actionsheet on tablets

This commit is contained in:
ammarahm-ed
2020-12-29 17:18:44 +05:00
parent 3305ee522f
commit a5b20792b0

View File

@@ -40,6 +40,7 @@ const ActionSheetWrapper = ({
return (
<ActionSheet
ref={fwdRef}
hideUnderlay={largeTablet || smallTablet ? true : false}
containerStyle={style}
gestureEnabled={gestureEnabled}
extraScroll={largeTablet ? 50 : 0}