We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12a22fd commit d051c08Copy full SHA for d051c08
shared/router-v2/router.native.tsx
@@ -171,6 +171,8 @@ const appTabsScreenOptions = (
171
tabBarLabel: tabToLabel.get(routeName) ?? routeName,
172
tabBarLabelVisibilityMode: (C.isTablet ? 'labeled' : 'selected') as 'labeled' | 'selected',
173
...(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
176
title: tabToLabel.get(routeName) ?? routeName,
177
}
178
0 commit comments