react-native-super-date-picker
v0.1.10
Published
Super Date Picker
Downloads
5
Readme
react-native-super-date-picker
Super Date Picker
Installation
npm install react-native-super-date-picker
Usage
import SuperDatePicker from 'react-native-super-date-picker';
// ...
<SuperDatePicker
endDate={new Date()}
startDate={new Date()}
onChange={(startDate, endDate) => {}}
/>;
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT