mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-01-19 17:48:07 +00:00
fix: hide header buttons
This commit is contained in:
@@ -12,7 +12,7 @@ type ICommonScreenOptions =
|
||||
|
||||
export const commonScreenOptions: ICommonScreenOptions = {
|
||||
title: "",
|
||||
headerShown: true,
|
||||
headerShown: !Platform.isTV,
|
||||
headerTransparent: Platform.OS === "ios",
|
||||
headerShadowVisible: false,
|
||||
headerBlurEffect: "none",
|
||||
|
||||
Reference in New Issue
Block a user