Skip to content

Commit 0667d21

Browse files
Added cellular demo tab + page.
1 parent d5c0590 commit 0667d21

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
@@ -63,6 +63,13 @@ export default function TabLayout() {
6363
tabBarIcon: ({ color }) => <TabBarIcon name="cog" color={color} />,
6464
}}
6565
/>
66+
<Tabs.Screen
67+
name="four"
68+
options={{
69+
title: "Cellular",
70+
tabBarIcon: ({ color }) => <TabBarIcon name="phone" color={color} />,
71+
}}
72+
/>
6673
</Tabs>
6774
);
6875
}

0 commit comments

Comments
 (0)