Number of lines in label for TabBarBottom is always 1

This commit is contained in:
Brent Vatne
2018-02-09 13:51:04 -08:00
parent 28abefd244
commit 1f0c099e19

View File

@@ -63,6 +63,7 @@ class TabBarBottom extends React.PureComponent {
if (typeof label === 'string') {
return (
<Animated.Text
numberOfLines={1}
style={[
styles.label,
{ color },