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

datepickerandroid has been removed from react native #463

Open ehtisham-ali-emumba opened 2 years ago

ehtisham-ali-emumba commented 2 years ago

Issue

This plugin is no more stable with latest react native 68 version as DatePickerAndroid has been removed from official react-native lib and this plugin is still importing that from lib. Need to update this lib.

BajajSaajan commented 2 years ago

@ehtisham-ali-emumba are you able to resolve this issue?

ehtisham-ali-emumba commented 2 years ago

@BajajSaajan i wasn't as its maintainers are not active instead used another lib and after a bit of customizations mainly on ios side i have the same picker in my app. here is the picker i am referring

cpalmer-ios commented 1 year ago

try installing pods and restart your app:

cd ios && pod install