From 694a5d6d21f636c0544231ed127125cf84601535 Mon Sep 17 00:00:00 2001 From: Fredrik Burmester Date: Sun, 11 Aug 2024 14:17:44 +0200 Subject: [PATCH] fix: header color on android --- app/_layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/_layout.tsx b/app/_layout.tsx index a3cf8b77..2561a157 100644 --- a/app/_layout.tsx +++ b/app/_layout.tsx @@ -104,7 +104,7 @@ export default function RootLayout() { options={{ title: "", headerShown: true, - headerStyle: { backgroundColor: "transparent" }, + headerStyle: { backgroundColor: "black" }, headerShadowVisible: false, }} />