Skip to content

Commit 79702cc

Browse files
committed
Merge pull request ptomasroos#33 from christopherdro/fix-29
Fix DefaultTabBar. Issue ptomasroos#29
2 parents dca350b + f8058bd commit 79702cc

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
@@ -23,6 +23,7 @@ var styles = StyleSheet.create({
2323
tabs: {
2424
height: 50,
2525
flexDirection: 'row',
26+
justifyContent: 'space-around',
2627
marginTop: 20,
2728
borderWidth: 1,
2829
borderTopWidth: 0,

0 commit comments

Comments
 (0)