nysamnang / react-native-24h-timepicker

React Native 24 hours format TimePicker for iOS
MIT License
30 stars 30 forks source link

Added functionality for a minium hour prop #8

Closed TStansel closed 1 year ago

TStansel commented 4 years ago

Added in the minHour Prop.

Upon opening the TimePicker the selectedHour prop is set to minHour for the case when the user opens the TimePicker, does not change a the value and hits done. It will return the minHour rather than 0:00.

Closes #7

TStansel commented 1 year ago

Closing as this has not been merged