Skip to content

Commit 527fbfd

Browse files
Added tab icon/button for settings page.
1 parent 0465d68 commit 527fbfd

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

app/(tabs)/_layout.tsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,13 @@ export default function TabLayout() {
5656
),
5757
}}
5858
/>
59+
<Tabs.Screen
60+
name="three"
61+
options={{
62+
title: "Settings",
63+
tabBarIcon: ({ color }) => <TabBarIcon name="cog" color={color} />,
64+
}}
65+
/>
5966
</Tabs>
6067
);
6168
}

0 commit comments

Comments
 (0)