Skip to content

Commit d459f9d

Browse files
committed
Merge pull request ptomasroos#275 from stereoki/tab-label-text
fixed tab label text alignment
2 parents f315780 + 7a475f3 commit d459f9d

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)