mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 06:59:31 +01:00
add bottom padding
This commit is contained in:
@@ -87,7 +87,7 @@ const ActionSheetWrapper = ({
|
||||
onClose={_onClose}>
|
||||
<BouncingView>
|
||||
{children}
|
||||
<View style={{height: Platform.OS === 'ios' ? insets.bottom / 2 : 0}} />
|
||||
<View style={{height: Platform.OS === 'ios' ? insets.bottom / 2 : 20}} />
|
||||
</BouncingView>
|
||||
</ActionSheet>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user