A
Accueil > Components > ToolbarBottomNav

ToolbarBottomNav

Navigation bottom de type TabsExpo. A utiliser dans les _layout.TagsuiInformationsFigmaExemples1StylesDisponibles
ExampleUsage
Exemple d'intégration dans un fichier _layout.tsx.
<ToolbarBottomNav>
<ToolbarBottomNav.Screen
name="home"
options={{ tabBarLabel: 'Home', tabBarIcon: ToolbarBottomNav.Icon('home') }}
/>
<ToolbarBottomNav.Screen
name="list"
options={{ tabBarLabel: 'Liste', tabBarIcon: ToolbarBottomNav.Icon('all-inbox') }}
/>
</ToolbarBottomNav>
export const ExampleUsage = () => null;
Alveole UI Kit — v1.8.4