Skip to content

Commit 7a475f3

Browse files
author
artyom dorokhov
committed
fixed tab label text alignment
1 parent 0757ed3 commit 7a475f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

DefaultTabBar.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ const DefaultTabBar = React.createClass({
3737
const fontWeight = isTabActive ? 'bold' : 'normal';
3838

3939
return <Button
40+
style={{flex: 1}}
4041
key={name}
4142
accessible={true}
4243
accessibilityLabel={name}

0 commit comments

Comments
 (0)