xgfe / react-native-datepicker

react native datePicker component for both Android and IOS, useing DatePikcerAndroid, TimePickerAndroid and DatePickerIOS
MIT License
2.12k stars 726 forks source link

minuteInterval not working for Android #360

Open sharadrb opened 5 years ago

sharadrb commented 5 years ago

Issue

I am trying to set minuteInterval to 15 but its not working for android. Does react-native-datepicker support minuteInterval in Android? minuteInterval={15}

joaogarupa commented 4 years ago

RN: 0.59 react-native-datepicker: 1.7.2

I'm with the same problem. When i select the minute field on mode 'time', my input field always get '01' minute value. Ex: if i choose 08: 23, my input field shows 08:01.