Prepare for translucient navbars

This commit is contained in:
Zoe Roux 2024-08-12 09:25:57 +02:00
parent 2f835acd2d
commit 18a473b987
No known key found for this signature in database

View File

@ -40,6 +40,8 @@ export default function SignGuard() {
<Stack
screenOptions={{
navigationBarColor: "transparent",
// @ts-expect-error Not yet available. Waiting for expo-router update.
navigationBarTranslucent: true,
headerTitle: () => <NavbarTitle />,
headerRight: () => <NavbarRight />,
contentStyle: {