Reputation: 83
Im trying to implement a the react-native-modal-datetime-picker
, I know isn't possible to select a range of times but theres any work around for dates? let the user select from 1 of feb to 2 of mar?
Upvotes: 1
Views: 4215
Reputation: 2862
Did you try minimumDate and maximumDate props of type Date ? ( works only with date for android , no time ) , And it's work properly on IOS
Upvotes: 4