fix: header color on android

This commit is contained in:
Fredrik Burmester
2024-08-11 14:17:44 +02:00
parent 46ff07a800
commit 694a5d6d21

View File

@@ -104,7 +104,7 @@ export default function RootLayout() {
options={{
title: "",
headerShown: true,
headerStyle: { backgroundColor: "transparent" },
headerStyle: { backgroundColor: "black" },
headerShadowVisible: false,
}}
/>