fix: title on left in header home
This commit is contained in:
@@ -19,7 +19,8 @@ export default function Home() {
|
||||
title: 'Home',
|
||||
headerLeft: () => <></>,
|
||||
headerTitle: 'Darmasaba',
|
||||
headerRight: () => <HeaderRightHome />
|
||||
headerRight: () => <HeaderRightHome />,
|
||||
headerTitleAlign: 'left',
|
||||
}}
|
||||
/>
|
||||
<ScrollView>
|
||||
|
||||
Reference in New Issue
Block a user