datetimepicker
datetimepicker copied to clipboard
Module provider RNDatePickerManager does not conform to RCTModuleProvider
Bug report
Summary
I get this error when try to run ios Module provider RNDatePickerManager does not conform to RCTModuleProvider
Reproducible sample code
I am using simple date picker
import DatePicker, { DatePickerProps } from 'react-native-date-picker';
<DatePickerModal
datePickerProps={datePickerProps}
open={open}
value={value ? value : new Date()}
timezone={timezone}
onConfirmPress={onConfirmPress}
onCancelPress={onCancelPress}
/>
Steps to reproduce
- … install the package in expo app with latest version of react-native "react-native": "0.79.3" "expo": "53.0.10"
- … run the application
- you would see the error popping up
datetimepicker version: 5.0.13
iOS: 18.1 simulator
same error. any solutions there?
Just FYI original issue relates to henninghall/react-native-date-picker not this repo.
See issue on react-native-date-picker: https://github.com/henninghall/react-native-date-picker/issues/924
Easy mistake to make as Google brings this repo up first when we search for one above.
Same here, Any news about this???
Did you resolved it? @meabed
Hi Team Any update? Thanks
Im blocked by this too, any updates?
Hello and thanks for asking,
this repo is @react-native-community/datetimepicker, not react-native-date-picker
Thank you 🙂