Super Date Picker
npm install react-native-super-date-pickerSuper Date Picker
``sh`
npm install react-native-super-date-picker
`js
import SuperDatePicker from 'react-native-super-date-picker';
// ...
startDate={new Date()}
onChange={(startDate, endDate) => {}}
/>;
``
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT