react-native-ui-datepicker
react-native-ui-datepicker copied to clipboard
Triggers onChange once on first render if initial view is day and twice with incorrect hour and minute when initial view is time.
On first render with an initialView of Day, it triggers a single onChange.
On first render with an initialView of time, it triggers onChange twice, once with the minute(with the hour set to zero) and again with the hour(with minute set to zero).