mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-02-10 17:23:42 +08:00
Number of lines in label for TabBarBottom is always 1
This commit is contained in:
@@ -63,6 +63,7 @@ class TabBarBottom extends React.PureComponent {
|
||||
if (typeof label === 'string') {
|
||||
return (
|
||||
<Animated.Text
|
||||
numberOfLines={1}
|
||||
style={[
|
||||
styles.label,
|
||||
{ color },
|
||||
|
||||
Reference in New Issue
Block a user