diff --git a/apps/mobile/src/app/_layout.tsx b/apps/mobile/src/app/_layout.tsx index d13cf2c..131c45b 100644 --- a/apps/mobile/src/app/_layout.tsx +++ b/apps/mobile/src/app/_layout.tsx @@ -59,9 +59,11 @@ export default function RootLayout() { headerStyle: { backgroundColor: colors.background }, headerTintColor: colors.text, headerShadowVisible: false, - headerBackTitle: t("common.back"), + // Chevron utan textetikett – tar bort "tillbaka"-labeln som annars + // blinkar/hoppar när den mäts om under push-övergången. + headerBackButtonDisplayMode: "minimal", contentStyle: { backgroundColor: colors.background }, - fullScreenGestureEnabled: true, + fullScreenGestureEnabled: true, }} >