react-native-datepicker icon indicating copy to clipboard operation
react-native-datepicker copied to clipboard

Is this library still maintained?

Open rptoma opened this issue 6 years ago • 7 comments

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.

rptoma avatar Dec 15 '19 18:12 rptoma

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?

approached avatar Dec 15 '19 20:12 approached

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

karltaylor avatar Jan 08 '20 10:01 karltaylor

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!

georgeMorales avatar Jan 13 '20 19:01 georgeMorales

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

vaibhavpadalia avatar Jan 14 '20 19:01 vaibhavpadalia

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

approached avatar Apr 15 '20 07:04 approached

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

Rejsal avatar Jun 12 '20 05:06 Rejsal

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

chenop avatar Aug 07 '20 13:08 chenop