Disable in datetimepicker

Hi everyone!
How can I disable the past or future dates in react-native-community/datetimepicker?

Hi,
I hope that you solved your issue, but for future reference:

You can use the props “maximumDate” and “minimumDate” on this component

1 Like