📅 A date picker component for React Native working on iOS and Android. It uses the default DatePickerIOS on iOS and a custom picker on Android which has similar look and feel.
📅 React Native Date Picker is a cross platform component working on both iOS and Android. It uses the default DatePickerIOS on iOS and a custom picker on Android which has similar look and feel. The datetime mode might be particulary interesting if you looking for a way to avoid two different popup pickers on android.
The goal is to make a cross platform variant of [DatePickerIOS](https://facebook.github.io/react-native/docs/datepickerios.html) by implementing a Android variant with similar look and feel.
The goal with React Native Date Picker is to make a cross platform variant of [DatePickerIOS](https://facebook.github.io/react-native/docs/datepickerios.html) by implementing a Android variant with similar look and feel.


@ -76,10 +76,9 @@ The goal is to make a cross platform variant of [DatePickerIOS](https://facebook
- [ ] Colored background support.
- [ ] Colored background support.
- [ ] Align text to right.
- [ ] Align text to right.
<!--
<!--
## TODO EXTRA
## TODO EXTRA
- [ ] Transparent background support. (Probably need to include transparent gradient).
- [ ] Transparent background support. (Probably need to include transparent gradient).