diff options
author | Shravya Ramesh <shravs1208@gmail.com> | 2021-03-02 07:45:00 -0800 |
---|---|---|
committer | Shravya Ramesh <shravs1208@gmail.com> | 2021-03-05 20:44:29 -0800 |
commit | 0bb9f241a4e0ec6b9b22cb9b3b2e5b633b5e43c4 (patch) | |
tree | 3f81f8a79c385e35251ba9a65ed1f48715461c55 /src/routes/main/MainStackScreen.tsx | |
parent | d1d1e218be52f3a509221f0ce4b5b42e682067cf (diff) |
Initial
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 91ed2f70..730ba1c8 100644 --- a/src/routes/main/MainStackScreen.tsx +++ b/src/routes/main/MainStackScreen.tsx @@ -11,6 +11,7 @@ import { CaptionScreen, CategorySelection, CreateCustomCategory, + DiscoverUsers, EditProfile, FriendsListScreen, IndividualMoment, @@ -140,6 +141,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={{ |