Skip to content

Commit d051c08

Browse files
committed
WIP
1 parent 12a22fd commit d051c08

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

shared/router-v2/router.native.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,8 @@ const appTabsScreenOptions = (
171171
tabBarLabel: tabToLabel.get(routeName) ?? routeName,
172172
tabBarLabelVisibilityMode: (C.isTablet ? 'labeled' : 'selected') as 'labeled' | 'selected',
173173
...(isIOS ? {} : {tabBarStyle: Common.tabBarStyle}),
174+
tabBarMinimizeBehavior: 'never' as const, // until this actually works on all screens, not sure why it only
175+
// works on chat inbox now
174176
title: tabToLabel.get(routeName) ?? routeName,
175177
}
176178
}

0 commit comments

Comments
 (0)