An open API service indexing awesome lists of open source software.

https://github.com/djanoskova/react-native-day-picker

A Wheel Date Picker that displays the names for days. Style and enhance it however you want!
https://github.com/djanoskova/react-native-day-picker

react react-native

Last synced: 2 months ago
JSON representation

A Wheel Date Picker that displays the names for days. Style and enhance it however you want!

Awesome Lists containing this project

README

          

# DJanoskova/react-native-day-picker

A Wheel Date Picker that displays the names for days. Style and enhance it however you want!

### Dependencies

- react
- react-native
- date-fns
- [react-native-wheel-scrollview-picker](https://www.npmjs.com/package/react-native-wheel-scrollview-picker)

### Usage

```
const DateForm = () => {
const [date, setDate] = useState(new Date());

return (

)
}
```

### Implementation

To check Datepicker's implementation, open the [index.tsx](./index.tsx) file.

### Demo

Demo image