diff options
author | Shravya Ramesh <shravs1208@gmail.com> | 2021-05-20 10:05:02 -0700 |
---|---|---|
committer | Shravya Ramesh <shravs1208@gmail.com> | 2021-05-20 17:54:36 -0700 |
commit | 0ea5e2a5c9a717638a2714aef54d729938fe562e (patch) | |
tree | 6f27febea55872ff320d81faed27ce5cfee818d0 /src/routes/main/MainStackScreen.tsx | |
parent | 7c2be0e80e5da6d2359a30948037c1c1e78c0200 (diff) |
Missed from previous commit
Diffstat (limited to 'src/routes/main/MainStackScreen.tsx')
-rw-r--r-- | src/routes/main/MainStackScreen.tsx | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/routes/main/MainStackScreen.tsx b/src/routes/main/MainStackScreen.tsx index d146190c..d18d11c6 100644 --- a/src/routes/main/MainStackScreen.tsx +++ b/src/routes/main/MainStackScreen.tsx @@ -311,7 +311,13 @@ const MainStackScreen: React.FC<MainStackProps> = ({route}) => { component={NewChatModal} options={{headerShown: false, ...newChatModalStyle}} /> - <MainStack.Screen name="TagSelection" component={TagSelection} /> + <MainStack.Screen + name="TagSelection" + component={TagSelection} + options={{ + ...headerBarOptions('black', ''), + }} + /> </MainStack.Navigator> ); }; |