add footer padding

This commit is contained in:
ammarahm-ed
2021-06-07 09:51:11 +05:00
parent 8027cb6e9e
commit 671a883d58

View File

@@ -97,7 +97,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 : 20}}/>
</ActionSheet>
);
};