aboutsummaryrefslogtreecommitdiff
path: root/src/routes/main/MainStackScreen.tsx
diff options
context:
space:
mode:
authorIvan Chen <ivan@tagg.id>2021-03-05 17:20:46 -0500
committerIvan Chen <ivan@tagg.id>2021-03-05 17:20:46 -0500
commit10aa8805038f07b1affdcfa1b924810a2c89bee1 (patch)
tree87956d553704f3f42d86fe0f8db68e572ac817c5 /src/routes/main/MainStackScreen.tsx
parent1465df9621fb963ff873485ad927ff79ea547fa0 (diff)
commented out search bar, added screen to onboarding flow, fixed some layout issues
Diffstat (limited to 'src/routes/main/MainStackScreen.tsx')
-rw-r--r--src/routes/main/MainStackScreen.tsx7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/routes/main/MainStackScreen.tsx b/src/routes/main/MainStackScreen.tsx
index 42b096f1..91ed2f70 100644
--- a/src/routes/main/MainStackScreen.tsx
+++ b/src/routes/main/MainStackScreen.tsx
@@ -226,13 +226,6 @@ const MainStackScreen: React.FC<MainStackProps> = ({route}) => {
...headerBarOptions('white', ''),
}}
/>
- <MainStack.Screen
- name="Badge"
- component={BadgeSelection}
- options={{
- ...headerBarOptions('white', ''),
- }}
- />
</MainStack.Navigator>
);
};