This minuteInterval props working fine on android and always return user selection time and minute from picker but on ios always return the current time not selected time from the picker when time selected minute is in current time.
Open picker in ios let's say current time is 10:45AM and from picker user select the time 10:30AM so time picker always return the current time. same for if time is 10:10PM and user select time is 10:00 PM it always return current time 10:10 PM.
Current time 10:55, Open DateTimePickerModal select time 10:30 Minute return time 10:55 which is current time.
Environment
Platforms
IOS
Versions
Description
This minuteInterval props working fine on android and always return user selection time and minute from picker but on ios always return the current time not selected time from the picker when time selected minute is in current time.
Open picker in ios let's say current time is 10:45AM and from picker user select the time 10:30AM so time picker always return the current time. same for if time is 10:10PM and user select time is 10:00 PM it always return current time 10:10 PM. Current time 10:55, Open DateTimePickerModal select time 10:30 Minute return time 10:55 which is current time.
Reproducible Demo