update ActionSheetComponent

This commit is contained in:
Ammar Ahmed
2021-06-14 08:37:38 +05:00
parent c423a3b4f2
commit 9e6563749a
3 changed files with 235 additions and 287 deletions

View File

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