Add color to Header

This commit is contained in:
Samuel Oberhofer
2022-12-09 15:16:50 +01:00
parent faf4e53693
commit f8fc7727d0
+3 -1
View File
@@ -11,7 +11,9 @@ export default function App() {
<NavigationContainer>
<Tab.Navigator
screenOptions={{
tabBarActiveTintColor: "#282A35",
headerStyle: {
backgroundColor: "#A587DD",
},
}}
>
<Tab.Screen