Skip to content

Commit 61bf565

Browse files
committed
WIP
1 parent 0d1f7ce commit 61bf565

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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)