0.1.10 • Published 3 years ago

react-native-super-date-picker v0.1.10

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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