react-native-super-date-picker
TypeScript icon, indicating that this package has built-in type declarations

0.1.10 • Public • Published

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

/react-native-super-date-picker/

    Package Sidebar

    Install

    npm i react-native-super-date-picker

    Weekly Downloads

    81

    Version

    0.1.10

    License

    MIT

    Unpacked Size

    925 kB

    Total Files

    117

    Last publish

    Collaborators

    • giacomette