fix insets

This commit is contained in:
ammarahm-ed
2020-04-20 09:31:21 +05:00
parent a25b76a6ec
commit 27ee0d4c1a
2 changed files with 10 additions and 12 deletions

View File

@@ -63,8 +63,8 @@ const SimpleList = ({
? 135
: 135 - 60
: data[0] && !selectionMode
? 155 - insets.top
: 155 - insets.top - 60,
? 135 - insets.top
: 135 - insets.top - 60,
flexDirection: 'row',
alignItems: 'center',
justifyContent: 'space-between',