Add Logo to Title
This commit is contained in:
@@ -5,6 +5,7 @@ import Icon from "react-native-vector-icons/Ionicons";
|
||||
import Colors from "../constants/colors";
|
||||
|
||||
import MainScreen from "../screens/MainScreen";
|
||||
import LogoTitle from "../components/LogoTitle";
|
||||
|
||||
const Tab = createBottomTabNavigator();
|
||||
|
||||
@@ -16,6 +17,8 @@ function Navigator() {
|
||||
headerStyle: {
|
||||
backgroundColor: Colors.accent500,
|
||||
},
|
||||
tabBarShowLabel: false,
|
||||
headerTitle: (props) => <LogoTitle {...props} />,
|
||||
}}
|
||||
>
|
||||
<Tab.Screen
|
||||
|
||||
Reference in New Issue
Block a user