mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-06-01 19:48:28 +01:00
10 lines
393 B
Markdown
10 lines
393 B
Markdown
# Stack Screen Header Configuration
|
|
|
|
**Date**: 2026-01-10
|
|
**Category**: ui
|
|
**Key files**: `app/(auth)/(tabs)/(home)/_layout.tsx`
|
|
|
|
## Detail
|
|
|
|
Sub-pages under `(home)` need explicit `Stack.Screen` entries in `app/(auth)/(tabs)/(home)/_layout.tsx` with `headerTransparent: Platform.OS === "ios"`, `headerBlurEffect: "none"`, and a back button. Without this, pages show with wrong header styling.
|