aboutsummaryrefslogtreecommitdiff
path: root/src/routes/tabs
diff options
context:
space:
mode:
authorHusam Salhab <47015061+hsalhab@users.noreply.github.com>2020-10-26 18:50:54 -0400
committerGitHub <noreply@github.com>2020-10-26 18:50:54 -0400
commitd48119be38e1dd3f0abc8a4b61c11aa4d0635810 (patch)
tree7d6553fb5d3a725c592955c3d3f8e217f9b9b6a4 /src/routes/tabs
parent17fbfa29c1b78703b872221e3b590aca3ef5cf7e (diff)
[TMA-280] Add coming soon (#73)
* move async-storage * removed lock files * added lock files to gitignore * added the wrong file to gitignore * added coming soon screens * moved search next to profile * Added the right icons and abstracted cs to ComingSoon.tsx * Update Checkpoint.tsx Co-authored-by: Ashm Walia <ashmwalia@outlook.com>
Diffstat (limited to 'src/routes/tabs')
-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}