Another fix for tab bar on iOS

This commit is contained in:
Brent Vatne
2018-04-04 17:44:54 -07:00
parent cbe46d7303
commit 3039ce1a5f

View File

@@ -325,7 +325,7 @@ const styles = StyleSheet.create({
flex: 1,
},
iconWithLabel: {
flexGrow: 1,
flex: 1,
},
iconWithExplicitHeight: {
height: Platform.isPad ? DEFAULT_HEIGHT : COMPACT_HEIGHT,