Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cawfree/react-native-simpler-date-picker
A simple date picker component with a focus on reducing implementation complexity.
https://github.com/cawfree/react-native-simpler-date-picker
date datepicker moment picker react-native
Last synced: 2 months ago
JSON representation
A simple date picker component with a focus on reducing implementation complexity.
- Host: GitHub
- URL: https://github.com/cawfree/react-native-simpler-date-picker
- Owner: cawfree
- License: mit
- Created: 2019-08-16T08:24:44.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T04:00:52.000Z (almost 2 years ago)
- Last Synced: 2024-10-28T15:29:50.160Z (2 months ago)
- Topics: date, datepicker, moment, picker, react-native
- Language: JavaScript
- Size: 1.96 MB
- Stars: 11
- Watchers: 3
- Forks: 6
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @cawfree/react-native-simpler-date-picker
A simple date picker component with a focus on reducing implementation complexity.
Are you using [react-native-simple-date-picker](https://github.com/cawfree/react-native-simple-date-picker)? _Don't_. It's deprecated (and overcomplicated).
## 🚀 Getting Started
Using [`npm`]():
```sh
npm install --save @cawfree/react-native-simpler-date-picker
```Using [`yarn`]():
```sh
yarn add @cawfree/react-native-simpler-date-picker
```## ✍️ Example
It's really simple, just make sure you have [moment.js](https://momentjs.com/docs/) installed so you can toy with the results.
```js
import SimplerDatePicker from '@cawfree/react-native-simpler-date-picker';const App = () => (
);```
That's all!
## ✌️ License
[MIT](https://opensource.org/licenses/MIT)