mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-22 22:49:45 +01:00
update ActionSheetComponent
This commit is contained in:
@@ -92,7 +92,7 @@ const ActionSheetWrapper = ({
|
||||
}
|
||||
onClose={_onClose}>
|
||||
{children}
|
||||
<View style={{height: Platform.OS === 'ios' ? insets.bottom / 2 : 0}} />
|
||||
<View style={{height: Platform.OS === 'ios' ? insets.bottom / 2 :0}} />
|
||||
</ActionSheet>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user