diff options
author | Ivan Chen <ivan@thetaggid.com> | 2021-03-06 01:13:43 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-06 01:13:43 -0500 |
commit | 3c38b38e0d3b2946a84c3d3bfd32cd223095e63d (patch) | |
tree | 0f7986f41f2b9d793779e479d33d877ce0f0f3c1 /src/routes/main/MainStackScreen.tsx | |
parent | cae6a7f3b8cc35c60f99e503d328c134959e13ec (diff) | |
parent | 51e36759249413a2acd52e1fecf4661f5253cb89 (diff) |
Merge pull request #283 from shravyaramesh/search-revamp-2
[TMA 661/662] Created new search screen
Diffstat (limited to 'src/routes/main/MainStackScreen.tsx')
-rw-r--r-- | src/routes/main/MainStackScreen.tsx | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/routes/main/MainStackScreen.tsx b/src/routes/main/MainStackScreen.tsx index 50802d06..7104b429 100644 --- a/src/routes/main/MainStackScreen.tsx +++ b/src/routes/main/MainStackScreen.tsx @@ -12,6 +12,7 @@ import { CaptionScreen, CategorySelection, CreateCustomCategory, + DiscoverUsers, EditProfile, FriendsListScreen, IndividualMoment, @@ -141,6 +142,13 @@ const MainStackScreen: React.FC<MainStackProps> = ({route}) => { /> )} <MainStack.Screen + name="DiscoverUsers" + component={DiscoverUsers} + options={{ + ...headerBarOptions('white', 'Discover Users'), + }} + /> + <MainStack.Screen name="AnimatedTutorial" component={AnimatedTutorial} options={{ |