about summary refs log tree commit diff
path: root/src/view/routes/index.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/view/routes/index.tsx')
-rw-r--r--src/view/routes/index.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/view/routes/index.tsx b/src/view/routes/index.tsx
index 58aa0ad8b..c44076a6e 100644
--- a/src/view/routes/index.tsx
+++ b/src/view/routes/index.tsx
@@ -56,6 +56,7 @@ const tabBarScreenOptions = ({
   route: RouteProp<ParamListBase, string>
 }) => ({
   headerShown: false,
+  tabBarShowLabel: false,
   tabBarIcon: (state: {focused: boolean; color: string; size: number}) => {
     switch (route.name) {
       case 'HomeTab':