We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2444c66 commit b8ef9f0Copy full SHA for b8ef9f0
ios/RNDateTimePicker.m
@@ -54,7 +54,7 @@ - (void)setMinuteInterval:(NSInteger)minuteInterval
54
- (void)setDate:(NSDate *)date {
55
// Need to avoid the case where values coming back through the bridge trigger a new valueChanged event
56
if (![self.date isEqualToDate:date]) {
57
- [super setDate:date];
+ [super setDate:date animated:NO];
58
}
59
60
0 commit comments