-
Notifications
You must be signed in to change notification settings - Fork 499
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ERROR Invariant Violation: requireNativeComponent: "RNCPicker" was not found in the UIManager. #546
Comments
Got the same issue, gonna try to upgrade since there's new releases. I´ll let you know if I find anything! |
What I have found is that if you clean up enough things (Pods dir, Podfile.lock, node_modules dir), and then you run |
This package depends on |
I'm also hitting this issue. Nearly all solutions I've found mention the need for installing @react-native-picker/picker but I have done that and still get the error. |
I was hitting the same issue even when i did a |
Describe the bug
The following error occurs when trying to display the picker on iOS:
ERROR Invariant Violation: requireNativeComponent: "RNCPicker" was not found in the UIManager.
This error is located at:
in RNCPicker (at PickerIOS.ios.js:198)
in RCTView (at View.js:116)
in View (at PickerIOS.ios.js:197)
in PickerIOS (at Picker.js:171)
in Picker (at src/index.js:474)
...
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The picker displays successfully.
Screenshots
n/a
Additional details
Reproduction and/or code sample
n/a
The text was updated successfully, but these errors were encountered: