fix: title on left in header home
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user