diff options
author | Shravya Ramesh <shravs1208@gmail.com> | 2021-08-05 08:12:59 -0700 |
---|---|---|
committer | Shravya Ramesh <shravs1208@gmail.com> | 2021-08-05 08:12:59 -0700 |
commit | dc16576e4a25486500046e1b10e190f2516dc0ee (patch) | |
tree | e9ed72e634e848d2b30819f59d2de091807f1438 /src/routes/main/MainStackScreen.tsx | |
parent | 452f3fb44838c367f40e8aa57db2e274a357afd2 (diff) |
Revamp category selection
Diffstat (limited to 'src/routes/main/MainStackScreen.tsx')
-rw-r--r-- | src/routes/main/MainStackScreen.tsx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/routes/main/MainStackScreen.tsx b/src/routes/main/MainStackScreen.tsx index 64060554..47e16aed 100644 --- a/src/routes/main/MainStackScreen.tsx +++ b/src/routes/main/MainStackScreen.tsx @@ -188,9 +188,6 @@ const MainStackScreen: React.FC<MainStackProps> = ({route}) => { <MainStack.Screen name="ChoosingCategoryScreen" component={ChoosingCategoryScreen} - options={{ - ...headerBarOptions('white', 'Categories'), - }} /> <MainStack.Screen name="SocialMediaTaggs" |