Invariant Violation: requireNativeComponent: "DatePickerManager" was not found in the UIManager
See original GitHub issueHihi,
I am facing this error on android.
With reference to #15, I am not using expo and i use react-native init
when I started the app.
App can install normally on Android, but fails on open the date picker.
Works normally on iOS.
Am I missing something?
Issue Analytics
- State:
- Created 5 years ago
- Comments:12
Top Results From Across the Web
React Native - Invariant Violation "RNDateTimePicker"
Invariant Violation: Invariant Violation: requireNativeComponent: "RNDateTimePicker" was not found in the UIManager. Anyone else experiences ...
Read more >requireNativeComponent: "RNCAndroidDialogPicker" was not ...
invariant violation: requirenativecomponent: "rncandroiddialogpicker" was not found in the uimanager. Add Answer | View In TPC Matrix.
Read more >"RNCSlider" was not found in the UIManager. - YouTube
ERROR Invariant Violation : requireNativeComponent : "RNCSlider" was not found in the UIManager.Please do like share and comment if you like ...
Read more >react-native-community/datetimepicker - npm
Please note using this prop is discouraged due to not working reliably in all picker modes. Prefer localization as documented in Localization ...
Read more >"RNCPicker" was not found in the UIManager-React Native
Coding example for the question Error: Invariant Violation: requireNativeComponent: "RNCPicker" was not found in the UIManager-React Native.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
This Issue Still exists… Using expo so I cant do the fix
I matched the andorid config files in the example directory and found that the lines in
MainApplication.java
were missing.It worked after adding these files. I removed my
android/build
while debugging this, leaving it here in case it matters.Im dont believe I removed anything after linking hmmm…
Good work with the library by the way. Many thanks! 🎊