Skip to content

Commit f8058bd

Browse files
Fix DefaultTabBar. Issue ptomasroos#29
1 parent dca350b commit f8058bd

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)