mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-22 22:49:45 +01:00
hide underlay on actionsheet on tablets
This commit is contained in:
@@ -40,6 +40,7 @@ const ActionSheetWrapper = ({
|
||||
return (
|
||||
<ActionSheet
|
||||
ref={fwdRef}
|
||||
hideUnderlay={largeTablet || smallTablet ? true : false}
|
||||
containerStyle={style}
|
||||
gestureEnabled={gestureEnabled}
|
||||
extraScroll={largeTablet ? 50 : 0}
|
||||
|
||||
Reference in New Issue
Block a user