xgfe / react-native-datepicker

react native datePicker component for both Android and IOS, useing DatePikcerAndroid, TimePickerAndroid and DatePickerIOS
MIT License
2.12k stars 726 forks source link

Is this library still maintained? #389

Open rptoma opened 4 years ago

rptoma commented 4 years ago

Is this library still maintained? The last commit has been 2 years ago. There are 192 issues and pull requests waiting. If it continues like this, it will completely stop working in the next RN major version. The current problems are driving me insane.

approached commented 4 years ago

Good question. I think no, jut look the statistics page: https://github.com/xgfe/react-native-datepicker/graphs/contributors

Has anybody a alternative? Or a fork?

karltaylor commented 4 years ago

Mentioned here https://github.com/xgfe/react-native-datepicker/issues/378

react-native-community have built something similar

https://github.com/react-native-community/react-native-datetimepicker

georgeMorales commented 4 years ago

I'm trying to migrate to react native community DateTimePicker but I can't get it started. I can not put the box to press and the picker will be open, it opens directly when I enter the screen. There are no customStyles props ... Does anyone have an example to follow or another alternative ... I would greatly appreciate it!

vaibhavpadalia commented 4 years ago

I'm trying to migrate to react native community DateTimePicker but I can't get it started. I can not put the box to press and the picker will be open, it opens directly when I enter the screen. There are no customStyles props ... Does anyone have an example to follow or another alternative ... I would greatly appreciate it!

https://github.com/react-native-community/react-native-datetimepicker#basic-usage-with-state

approached commented 4 years ago

My workaround: https://github.com/henninghall/react-native-date-picker it works nice with a sideup modal.

Rejsal commented 4 years ago

I have forked and updated this library to use @react-native-community/datetimepicker for modes: date and time. Not updated for mode datetime. Let me know if it is not working. https://github.com/Rejsal/react-native-datepicker

chenop commented 3 years ago

I suggest migrating to this one: https://github.com/mmazzarolo/react-native-modal-datetime-picker (Currently 1.9k stars)

Its behaviour is more similar to this library than: https://github.com/react-native-community/react-native-datetimepicker