Skip to content

Commit

Permalink
renaming (tabs)/*.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
K committed Oct 17, 2024
1 parent 30e84f5 commit 3a51901
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nr-app/app/(tabs)/_layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default function TabLayout() {
}}
/>
<Tabs.Screen
name="explore"
name="list"
options={{
title: "List",
tabBarIcon: ({ color, focused }) => (
Expand All @@ -37,7 +37,7 @@ export default function TabLayout() {
}}
/>
<Tabs.Screen
name="testing"
name="settings"
options={{
title: "Settings",
tabBarIcon: ({ color, focused }) => (
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 3a51901

Please sign in to comment.