xgfe / react-native-datepicker

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

Update the Library which compatible with RN 0.60 #370

Open arbabr96 opened 5 years ago

arbabr96 commented 5 years ago

Warning: componentWillReceiveProps has been renamed, and is not recommended for use. See https://fb.me/react-async-component-lifecycle-hooks for details.

Environment

  1. react-native -0.61.1:
  2. target platform: Android
  3. operating system: windows
vong-srey commented 4 years ago

DatePickerIOS and DatePickerAndroid are also deprecated by react-native-datetimepicker. We should get this updated.

MehmetKaplan commented 4 years ago

Is there any news when this will be released as a new version?

stianjensen commented 4 years ago

This lib seems to be completely unmaintained (no changes for ~2 years)

Consider switching to this lib instead https://github.com/mmazzarolo/react-native-modal-datetime-picker, or alternatively start using the core components directly: https://github.com/react-native-community/datetimepicker.

MehmetKaplan commented 4 years ago

Just noticed that...

@stianjensen appreciated.