datetimepicker icon indicating copy to clipboard operation
datetimepicker copied to clipboard

Module provider RNDatePickerManager does not conform to RCTModuleProvider

Open meabed opened this issue 6 months ago • 7 comments

Bug report

Summary

I get this error when try to run ios Module provider RNDatePickerManager does not conform to RCTModuleProvider

Image

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

  1. … install the package in expo app with latest version of react-native "react-native": "0.79.3" "expo": "53.0.10"
  2. … run the application
  3. you would see the error popping up

datetimepicker version: 5.0.13

iOS: 18.1 simulator

meabed avatar Jun 06 '25 18:06 meabed

same error. any solutions there?

imp87 avatar Jun 09 '25 18:06 imp87

Having the issue on v8.4.1

IOS: 18.5 ReactNative: 0.79.3 (New Arch)

HamoBoker avatar Jun 10 '25 05:06 HamoBoker

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.

cheraff avatar Jun 10 '25 10:06 cheraff

Same here, Any news about this???

lucaszdev avatar Jun 22 '25 13:06 lucaszdev

Did you resolved it? @meabed

abrarulhaq7 avatar Jun 24 '25 18:06 abrarulhaq7

Hi Team Any update? Thanks

ashirkhan94 avatar Jun 25 '25 14:06 ashirkhan94

Im blocked by this too, any updates?

MarcAMartin avatar Jun 25 '25 14:06 MarcAMartin

Hello and thanks for asking, this repo is @react-native-community/datetimepicker, not react-native-date-picker

Thank you 🙂

vonovak avatar Jun 27 '25 08:06 vonovak