From 65a5249c8f1083dbb8cce5ff314305f114c3bda1 Mon Sep 17 00:00:00 2001
From: EthanShoeDev <13422990+EthanShoeDev@users.noreply.github.com>
Date: Sat, 4 Oct 2025 17:16:47 -0400
Subject: [PATCH] bottom tab icons
---
apps/mobile/src/app/(tabs)/_layout.tsx | 17 ++++++++++-------
apps/mobile/src/app/(tabs)/shell/detail.tsx | 15 +--------------
2 files changed, 11 insertions(+), 21 deletions(-)
diff --git a/apps/mobile/src/app/(tabs)/_layout.tsx b/apps/mobile/src/app/(tabs)/_layout.tsx
index fd0cd6c..d0b1d61 100644
--- a/apps/mobile/src/app/(tabs)/_layout.tsx
+++ b/apps/mobile/src/app/(tabs)/_layout.tsx
@@ -1,4 +1,10 @@
-import { Icon, Label, NativeTabs } from 'expo-router/unstable-native-tabs';
+import { FontAwesome6, MaterialCommunityIcons } from '@expo/vector-icons';
+import {
+ Icon,
+ Label,
+ NativeTabs,
+ VectorIcon,
+} from 'expo-router/unstable-native-tabs';
import React from 'react';
import { useTheme } from '@/lib/theme';
@@ -24,16 +30,14 @@ export default function TabsLayout() {
}
selectedColor={theme.colors.textPrimary}
- sf="house.fill"
- drawable="ic_menu_myplaces"
/>
}
selectedColor={theme.colors.textPrimary}
- sf="gear"
- drawable="ic_menu_compass"
/>
}
selectedColor={theme.colors.textPrimary}
- sf="gear"
- drawable="ic_menu_preferences"
/>