prevent selectioheader for showing on top.

This commit is contained in:
ammarahm-ed
2020-03-23 12:03:25 +05:00
parent 9b7ed7cca7
commit d347b1dc8d

View File

@@ -34,7 +34,7 @@ export const SelectionHeader = () => {
paddingHorizontal: 12, paddingHorizontal: 12,
transform: [ transform: [
{ {
translateY: selectionMode ? 0 : -100, translateY: selectionMode ? 0 : -150,
}, },
], ],
}}> }}>