Skip to content

Commit

Permalink
navigation layout fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Rica2021 committed Jul 17, 2024
1 parent a91f6df commit 63ae808
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions src/app/(tabs)/_layout.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,18 @@ import { Octicons } from "@expo/vector-icons";
import { FontAwesome } from "@expo/vector-icons";
import { Tabs } from "expo-router";


export default function TabLayout() {
return (
<Tabs screenOptions={{ tabBarActiveTintColor: "royalblue", headerShown: false }}>
{/* <Tabs.Screen
<Tabs
screenOptions={{
tabBarActiveTintColor: "#FFD700",
headerShown: false,
tabBarStyle: {
backgroundColor: "#1E1E1E",
},
}}
>
<Tabs.Screen
name="index"
options={{
title: "Home",
Expand Down

0 comments on commit 63ae808

Please sign in to comment.