Henning Hall
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
0 deletions
-
ios/RNDatePicker/DatePicker.m
|
|
@ -58,6 +58,9 @@ |
|
|
|
self.preferredDatePickerStyle = UIDatePickerStyleWheels; |
|
|
|
} |
|
|
|
_reactMinuteInterval = 1; |
|
|
|
|
|
|
|
// only allow gregorian calendar |
|
|
|
self.calendar = [NSCalendar calendarWithIdentifier:NSCalendarIdentifierGregorian]; |
|
|
|
} |
|
|
|
return self; |
|
|
|
} |
|
|
|