diff --git a/src/navigator/Navigator.tsx b/src/navigator/Navigator.tsx index 0797ed6..5f38a7b 100644 --- a/src/navigator/Navigator.tsx +++ b/src/navigator/Navigator.tsx @@ -1,9 +1,9 @@ import { NavigationContainer } from "@react-navigation/native"; import { createBottomTabNavigator } from "@react-navigation/bottom-tabs"; import { createStackNavigator } from "@react-navigation/stack"; -import { View } from "react-native"; +import { TabBarIOSItem, View } from "react-native"; import * as React from "react"; -import { FontAwesome } from "@expo/vector-icons"; +import { FontAwesome, Ionicons } from "@expo/vector-icons"; import HomePage from "../screen/HomePage"; import AddCity from "../screen/AddCity"; import Settings from "../screen/Settings"; @@ -19,23 +19,27 @@ export default function MainTab() { screenOptions={{ headerShown: false }}> + tabBarIcon: ({ color }) => }} /> + tabBarIcon: ({ color }) => }} /> , + tabBarIcon: ({ color }) => , }} /> + tabBarIcon: ({ color }) => }} />