Skip to content

sivantha96/react-native-styled-datepicker

Repository files navigation

react-native-styled-datepicker

A Datepicker you can style as you wish

Installation

npm install react-native-styled-datepicker

Usage

import { multiply } from 'react-native-styled-datepicker';

// ...

const result = await multiply(3, 7);

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT


Made with create-react-native-library