fix: title on left in header home

This commit is contained in:
amel
2025-03-19 10:59:10 +08:00
parent 632cd2325e
commit 3f75d25905

View File

@@ -19,7 +19,8 @@ export default function Home() {
title: 'Home', title: 'Home',
headerLeft: () => <></>, headerLeft: () => <></>,
headerTitle: 'Darmasaba', headerTitle: 'Darmasaba',
headerRight: () => <HeaderRightHome /> headerRight: () => <HeaderRightHome />,
headerTitleAlign: 'left',
}} }}
/> />
<ScrollView> <ScrollView>