Date picker for react native, light and does not use modals (will work on all…
idiot-proof date picker for React Native

A simple date picker component with a focus on reducing implementation complexity.

Are you using react-native-simple-date-picker? Don’t. It’s deprecated (and overcomplicated).
🚀 Getting Started
Using npm
:
npm install --save @cawfree/react-native-simpler-date-picker
Using yarn
:
yarn add @cawfree/react-native-simpler-date-picker
✍️ Example
It’s really simple, just make sure you have moment.js installed so you can toy with the results.
import SimplerDatePicker from '@cawfree/react-native-simpler-date-picker'; const App = () => ( <SimplerDatePicker minDate={Moment().subtract(1, 'days')} maxDate={Moment().add(1, 'days')} onDatePicked={console.log} /> );
That’s all!
Github
There is no ads to display, Please add some