Skip to content

Commit

Permalink
Remove minWidth from Tab because of RN Issue
Browse files Browse the repository at this point in the history
  • Loading branch information
timomeh committed Apr 29, 2017
1 parent dd94d38 commit 7f845c1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/Tab.js
Original file line number Diff line number Diff line change
Expand Up @@ -276,12 +276,10 @@ const styles = StyleSheet.create({
},
shiftingInactiveContainer: {
maxWidth: 96,
minWidth: 56,
flex: 1
},
shiftingActiveContainer: {
maxWidth: 168,
minWidth: 96,
flex: 1.75
},
icon: {
Expand Down

0 comments on commit 7f845c1

Please sign in to comment.