Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fixed tab label text alignment
  • Loading branch information
artyom dorokhov committed May 24, 2016
commit 7a475f322851cee7e569c39be8c71c6540780b4d
1 change: 1 addition & 0 deletions DefaultTabBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ const DefaultTabBar = React.createClass({
const fontWeight = isTabActive ? 'bold' : 'normal';

return <Button
style={{flex: 1}}
key={name}
accessible={true}
accessibilityLabel={name}
Expand Down