diff --git a/iut-expo-starter/navigation/TabNavigation.tsx b/iut-expo-starter/navigation/TabNavigation.tsx index a173226d..a593da73 100644 --- a/iut-expo-starter/navigation/TabNavigation.tsx +++ b/iut-expo-starter/navigation/TabNavigation.tsx @@ -4,22 +4,28 @@ import React from "react"; import CityList from "../screens/CityList"; import Home from "../screens/Home"; import StackNavigation from "./StackNavigation"; +import { AntDesign } from '@expo/vector-icons'; +import { Ionicons } from '@expo/vector-icons'; export default function TabNavigation() { + const BottomTabNavigator = createBottomTabNavigator(); return ( - - + + }}/> + + }}/> - )