[Bug]: Module provider RNDatePickerManager does not conform to RCTModuleProvider
Describe the bug
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
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
Looks like due to this PR https://github.com/henninghall/react-native-date-picker/pull/921 Repo maintainer, Please review
5.0.12 working proper.
5.0.12 working proper.
thanks 🔥 it works for me
Baje la versión de 5.0.13 a 5.0.12 y se fue el error. Gracias pankajsoftyoi
Just moving to 5.0.12 fixed the issue for me. @pankajsoftyoi thanks!
Same, issue only seems to be with 5.0.13
Problem still happening...
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
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:
RN 0.81.4 5.0.13 works on Android but fails on iOS 26
Downgraded as suggested by @dedene and it is working
Using RN 0.82, both 5.0.12 and 5.0.13 have the error Module provider RNDatePickerManager does not conform to RCTModuleProvider
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
Any plans for releasing an update?
Facing the same issue with RN 0.81.5 and this package 5.0.13
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
Any updates on this? Still not working.
Same issue here. React native 0.81.4. "react-native-date-picker": "^5.0.13", any solution ?
"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.
The solution is to downgrade it to 5.0.12 not use 5.0.13
From my tests, this seems to happen on new/fabric architecture but not on legacy/paper architecture.
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",
"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
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 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?
@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)
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.