diff --git a/components/tabs.tsx b/components/tabs.tsx index 90228228..cb31a474 100644 --- a/components/tabs.tsx +++ b/components/tabs.tsx @@ -1,13 +1,22 @@ import React from "react"; import { createBottomTabNavigator } from '@react-navigation/bottom-tabs'; import Home from "./Home/component"; +import MaterialCommunityIcons from "react-native-vector-icons/MaterialCommunityIcons"; const Tab = createBottomTabNavigator(); export function Tabs() { return ( - + ( + + ) + }} + /> ) } \ No newline at end of file