Skip to content

Commit b51b9ca

Browse files
committed
fix(datepicker): fix the DatepickerIOS align bug above 0.28.0 with the 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. xgfe#13, xgfe#18
1 parent 6f9504b commit b51b9ca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

style.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ let style = StyleSheet.create({
6161
right: 0
6262
},
6363
datePicker: {
64-
alignItems: 'center',
6564
marginTop: 42,
6665
borderTopColor: '#ccc',
6766
borderTopWidth: 1

0 commit comments

Comments
 (0)