mirror of
https://github.com/urosran/cally.git
synced 2025-11-26 00:24:53 +00:00
Phone header fix
This commit is contained in:
@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user