header padding

This commit is contained in:
Jorrin
2024-04-13 21:03:24 +02:00
parent 5b80273dfb
commit 030dca29f9

View File

@@ -43,7 +43,7 @@ export default function ScreenLayout({
start={[0, 0]}
end={[1, 1]}
flexGrow={1}
paddingTop={showHeader ? insets.top : insets.top + 50}
paddingTop={showHeader ? insets.top + 16 : insets.top + 50}
>
{showHeader && <Header />}
<ScrollView