Skip to content

Commit

Permalink
fix(datepicker): fix the DatepickerIOS align bug above 0.28.0 with th…
Browse files Browse the repository at this point in the history
…e removing of width

since 0.28.0, DatepickerIOS doesn't have specific width, extra code isn't need anymore.

can't be center automatic below 0.28.0. #13, #18
  • Loading branch information
feyy committed Jul 11, 2016
1 parent 6f9504b commit b51b9ca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion style.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ let style = StyleSheet.create({
right: 0
},
datePicker: {
alignItems: 'center',
marginTop: 42,
borderTopColor: '#ccc',
borderTopWidth: 1
Expand Down

0 comments on commit b51b9ca

Please sign in to comment.