add bottom padding

This commit is contained in:
ammarahm-ed
2021-10-26 12:11:05 +05:00
parent 2a9a6e1783
commit 6bcdd62622

View File

@@ -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>
);