Fix tab style in horizontal layout

This commit is contained in:
Brent Vatne
2018-03-22 20:45:16 -07:00
parent d22186b58c
commit 6f04b5c31d

View File

@@ -179,8 +179,9 @@ class TabBarBottom extends React.Component<Props> {
const tabBarStyle = [
styles.tabBar,
!Platform.isPad ? styles.tabBarCompact : styles.tabBarRegular,
styles.tabBarRegular,
this._shouldUseHorizontalTabs() && !Platform.isPad
? styles.tabBarCompact
: styles.tabBarRegular,
style,
];