Add nav logo image and update AppNavigator
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 871 KiB |
@@ -31,7 +31,7 @@ export default function AppNavigator() {
|
|||||||
headerTintColor: '#F4F1EA',
|
headerTintColor: '#F4F1EA',
|
||||||
headerTitle: () => (
|
headerTitle: () => (
|
||||||
<View style={{ flexDirection: 'row', alignItems: 'center', gap: 8 }}>
|
<View style={{ flexDirection: 'row', alignItems: 'center', gap: 8 }}>
|
||||||
<Image source={require('../../assets/icon.png')} style={{ width: 28, height: 28 }} resizeMode="contain" />
|
<Image source={require('../../assets/nav-logo.png')} style={{ width: 28, height: 28, borderRadius: 6 }} resizeMode="contain" />
|
||||||
<Text style={{ color: '#F4F1EA', fontSize: 18, fontWeight: '600' }}>Time To Leave</Text>
|
<Text style={{ color: '#F4F1EA', fontSize: 18, fontWeight: '600' }}>Time To Leave</Text>
|
||||||
</View>
|
</View>
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user