Phone header fix

This commit is contained in:
Milan Paunovic
2024-12-20 13:43:20 +01:00
parent 00092ae5f8
commit 1c9f9f865c
4 changed files with 313 additions and 321 deletions

View File

@ -101,7 +101,7 @@ export default function TabLayout() {
lazy: true,
headerShown: true,
headerTitleAlign:
Device.deviceType === DeviceType.TABLET ? "left" : "center",
Device.deviceType === DeviceType.TABLET ? "left" : "unaligned",
headerTitle: ({ children }) => {
const isCalendarRoute = ["calendar", "index"].includes(route.name);