Feat: ajout d'icone pour la gestion de ressources
This commit is contained in:
@@ -41,7 +41,7 @@ export default function TabLayout() {
|
||||
options={{
|
||||
title: 'Ressources',
|
||||
tabBarIcon: ({ color }) => (
|
||||
<IconSymbol size={28} name="hammer.fill" color={color} />
|
||||
<IconSymbol size={28} name="backpack.fill" color={color} />
|
||||
),
|
||||
}}
|
||||
/>
|
||||
|
||||
@@ -18,6 +18,7 @@ const MAPPING = {
|
||||
'paperplane.fill': 'send',
|
||||
'chevron.left.forwardslash.chevron.right': 'code',
|
||||
'chevron.right': 'chevron-right',
|
||||
'backpack.fill': 'backpack',
|
||||
} as IconMapping;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user