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

datepickerandroid has been removed from react native

Open ehtisham-ali-emumba opened this issue 2 years ago • 3 comments

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.

ehtisham-ali-emumba avatar May 11 '22 12:05 ehtisham-ali-emumba

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

BajajSaajan avatar May 19 '22 08:05 BajajSaajan

@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

ehtisham-ali-emumba avatar May 19 '22 08:05 ehtisham-ali-emumba

try installing pods and restart your app:

cd ios && pod install

cpalmer-ios avatar Aug 19 '23 15:08 cpalmer-ios