aboutsummaryrefslogtreecommitdiff
path: root/src/routes
diff options
context:
space:
mode:
Diffstat (limited to 'src/routes')
-rw-r--r--src/routes/tabs/NavigationBar.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/routes/tabs/NavigationBar.tsx b/src/routes/tabs/NavigationBar.tsx
index 9cfbe4bf..e0341c40 100644
--- a/src/routes/tabs/NavigationBar.tsx
+++ b/src/routes/tabs/NavigationBar.tsx
@@ -57,13 +57,13 @@ const NavigationBar: React.FC = () => {
},
}}>
<Tabs.Screen name="Home" component={Home} />
+ <Tabs.Screen name="Notifications" component={Notifications} />
+ <Tabs.Screen name="Upload" component={Upload} />
<Tabs.Screen
name="Search"
component={Profile}
initialParams={{isProfileView: true}}
/>
- <Tabs.Screen name="Upload" component={Upload} />
- <Tabs.Screen name="Notifications" component={Notifications} />
<Tabs.Screen
name="Profile"
component={Profile}