-
Notifications
You must be signed in to change notification settings - Fork 271
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
Invariant Violation: requireNativeComponent: "RNCSlider" was not found in the UIManager. #330
Comments
Hello @Karunamoorthy-tringapps, thanks for bringing this up! |
hi, I also encountered this problem, but this problem appears on Android |
@lishaoxin123 are you trying this on Expo maybe? |
No, I did it directly on my cell phone |
+1 |
i am trying expo please solve it |
Exactly I am also on expo with dev-client build. And I'm still facing the same issue |
happens to me on expo dev client ios and android |
Hello everyone! |
any thoughts on this? seems to be poping up again. |
I am also experiencing this issue in a app (iOS) running a build of the dev-client. Is there any specific plug-in configuration that needs to be done to install the Cocoapod correctly? |
I'm facing this issue on "@react-native-community/slider": "^4.4.2", |
Hello, I somehow solved this problem. I had no idea how. But there are some points that I did. (Android) I tried all the options, googled anything, but I didn’t change anything in the android folder Here are the steps I followed just by poking at anything
Several times I tried to clear the build and run it, tried to clear the cache with npm start -- --reset-cache And that's what helped me, I just restarted the computer and the problems were resolved by itself. Basically, such problems with the UI manager were solved by rebooting PS. |
Hi ,
|
I am also experiencing this with |
same with expo 51 and |
rm -rf node_modules |
Error Encountered:
Steps to Resolve: |
I am getting the following import error on only tvos devices.
Invariant Violation: requireNativeComponent: "RNCSlider" was not found in the UIManager.
The text was updated successfully, but these errors were encountered: