fix: hide header buttons

This commit is contained in:
Fredrik Burmester
2026-01-16 08:30:33 +01:00
parent 6ba767a848
commit 9727bec7ab
4 changed files with 22 additions and 8 deletions

View File

@@ -12,7 +12,7 @@ type ICommonScreenOptions =
export const commonScreenOptions: ICommonScreenOptions = {
title: "",
headerShown: true,
headerShown: !Platform.isTV,
headerTransparent: Platform.OS === "ios",
headerShadowVisible: false,
headerBlurEffect: "none",