react-native-date-picker icon indicating copy to clipboard operation
react-native-date-picker copied to clipboard

[Bug]: Module provider RNDatePickerManager does not conform to RCTModuleProvider

Open mushthak02 opened this issue 4 months ago • 25 comments

Describe the bug

Image

Expected behavior

Module provider RNDatePickerManager does not conform to RCTModuleProvider

To Reproduce

Module provider RNDatePickerManager does not conform to RCTModuleProvider

Operating System

  • [ ] Android
  • [ ] iOS

React Native Version

0.80

Expo Version (if applicable)

No response

react-native-date-picker version

5.0.13

React Native Architecture

  • [ ] Old Architecture (Paper)
  • [ ] New Architecture (Fabric)

Relevant log output


mushthak02 avatar Sep 02 '25 07:09 mushthak02

duplicate of https://github.com/react-native-datetimepicker/datetimepicker/issues/982 which is a duplicate of https://github.com/henninghall/react-native-date-picker/issues/924

vladsuu avatar Sep 02 '25 08:09 vladsuu

Looks like due to this PR https://github.com/henninghall/react-native-date-picker/pull/921 Repo maintainer, Please review

pankajsoftyoi avatar Sep 04 '25 11:09 pankajsoftyoi

5.0.12 working proper.

pankajsoftyoi avatar Sep 04 '25 12:09 pankajsoftyoi

5.0.12 working proper.

thanks 🔥 it works for me

ysidarenka1 avatar Sep 04 '25 12:09 ysidarenka1

Baje la versión de 5.0.13 a 5.0.12 y se fue el error. Gracias pankajsoftyoi

zanvarcis avatar Sep 06 '25 00:09 zanvarcis

Just moving to 5.0.12 fixed the issue for me. @pankajsoftyoi thanks!

kumarldh avatar Sep 13 '25 05:09 kumarldh

Same, issue only seems to be with 5.0.13

cheraff avatar Sep 13 '25 07:09 cheraff

Problem still happening...

saeid-elio avatar Sep 18 '25 08:09 saeid-elio

Just moving to 5.0.12 fixed the issue for me. @pankajsoftyoi thanks!

FYI, 5.0.12 gives a hard crash for me on Expo 53 or 54, with iOS 26 sdk. 5.0.13 gives the "Module provider RNDatePickerManager does not conform to RCTModuleProvider" error

dedene avatar Sep 18 '25 15:09 dedene

For npm/ yarn: 5.0.12 works for me. By default ^5.0.13 was installed. After downgrade to 5.0.12 it's working for me.

"react-native-date-picker": "^5.0.13" :x: "react-native-date-picker": "5.0.12" :white_check_mark:

luvnish19 avatar Sep 18 '25 16:09 luvnish19

RN 0.81.4 5.0.13 works on Android but fails on iOS 26

Downgraded as suggested by @dedene and it is working

Richard-HeadCoach avatar Sep 19 '25 05:09 Richard-HeadCoach

Using RN 0.82, both 5.0.12 and 5.0.13 have the error Module provider RNDatePickerManager does not conform to RCTModuleProvider

jmmgreg avatar Oct 16 '25 16:10 jmmgreg

That PR fixed the issue for me on iOS with RN 0.82

https://github.com/henninghall/react-native-date-picker/pull/939/commits/5e125669152718633dd35ab0c82078e7c5ba9ee7

jmmgreg avatar Oct 16 '25 16:10 jmmgreg

Any plans for releasing an update?

pinguin999 avatar Oct 16 '25 16:10 pinguin999

Facing the same issue with RN 0.81.5 and this package 5.0.13

kamalsfahr avatar Oct 24 '25 06:10 kamalsfahr

Using RN 0.82, both 5.0.12 and 5.0.13 have the error Module provider RNDatePickerManager does not conform to RCTModuleProvider

same issue for me

zkteco-home avatar Oct 24 '25 11:10 zkteco-home

Any updates on this? Still not working.

noah-haub avatar Oct 24 '25 22:10 noah-haub

Same issue here. React native 0.81.4. "react-native-date-picker": "^5.0.13", any solution ?

KJ-GM avatar Nov 06 '25 10:11 KJ-GM

"react": "19.1.0", "react-native": "0.81.5", "expo": "^54.0.21", "react-native-date-picker": "^5.0.12",

I am also facing same issue. any solution? I have updated to 5.0.13 as well, but it still did not work.

sujanstha2052 avatar Nov 12 '25 14:11 sujanstha2052

The solution is to downgrade it to 5.0.12 not use 5.0.13

tremblerz avatar Nov 13 '25 03:11 tremblerz

From my tests, this seems to happen on new/fabric architecture but not on legacy/paper architecture.

DragomirAndrei19 avatar Nov 19 '25 14:11 DragomirAndrei19

It seems downgrade to 5.0.12 does not work in iOS

  "react": "19.0.0",
  "react-native": "^0.79.2",
  "react-native-date-picker": "^5.0.12",

mmdjiji avatar Nov 20 '25 15:11 mmdjiji

"expo": "54.0.25" "react-native-date-picker": "5.0.12" -> Crashed "react-native-date-picker": "5.0.13" -> Module provider RNDatePickerManager does not conform to RCTModuleProvider

15110011 avatar Nov 25 '25 06:11 15110011

Patch to remove the "Module provider RNDatePickerManager does not conform to RCTModuleProvider" error.

diff --git a/package.json b/package.json
index 469386dc2e81ded8994818dd4340409da1396488..36460e4e303ae56534c4d389471fc827433c7028 100644
--- a/package.json
+++ b/package.json
@@ -70,9 +70,6 @@
     "ios": {
       "componentProvider": {
         "RNDatePicker": "RNDatePicker"
-      },
-      "modulesProvider": {
-        "RNDatePicker": "RNDatePickerManager"
       }
     }
   }

Used on v5.0.13 :)

loiclouvet avatar Dec 05 '25 14:12 loiclouvet

@loiclouvet Perfect thanks.

Tested on: ✅ expo: 54.0.27 react-native: 0.81.4 react-native-date-picker: 5.0.13 (with patch) iOS: 18.1 (simulator) and 26.1 (real device)

@henninghall any chance to get that one merge?

venux92 avatar Dec 06 '25 11:12 venux92

@loiclouvet Patched working

Tested on: ✅ react-native: 0.82.1 react-native-date-picker: 5.0.13 (with patch) iOS: 26.0.1 (real device)

aqee1ahmed avatar Dec 19 '25 10:12 aqee1ahmed

Another confirmation of https://github.com/henninghall/react-native-date-picker/issues/940#issuecomment-3617051964 on RN 0.81 old architecture. @henninghall please consider updating package.json.

mars-lan avatar Dec 21 '25 10:12 mars-lan