add zIndex

This commit is contained in:
ammarahm-ed
2021-04-22 12:40:18 +05:00
parent 9f8278778a
commit e573f62717

View File

@@ -555,6 +555,7 @@ export const ActionSheetComponent = ({
width: '100%',
height: '100%',
position: 'absolute',
zIndex:1
}}
onPress={() => {
Keyboard.dismiss();
@@ -570,6 +571,7 @@ export const ActionSheetComponent = ({
paddingHorizontal: 12,
alignItems: 'center',
marginTop: 5,
zIndex:10
}}>
<Heading
style={{