Skip to content

Commit

Permalink
fix(ios): add countdown to UIDatePickerMode converter (#804)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nasseratic committed Aug 23, 2023
1 parent 0e1f0cb commit c2d9a6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ios/RNDateTimePickerManager.m
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ @implementation RCTConvert(UIDatePicker)
@"time": @(UIDatePickerModeTime),
@"date": @(UIDatePickerModeDate),
@"datetime": @(UIDatePickerModeDateAndTime),
@"countdown": @(UIDatePickerModeCountDownTimer),
}), UIDatePickerModeTime, integerValue)


Expand Down

0 comments on commit c2d9a6e

Please sign in to comment.