requireNativeComponent: "RNCSlider" was not found in the UIManager
See original GitHub issueDescribe the bug
On IOS
On a Expo managed app - I use the Expo Dev Client and do not have an ios or android directory
I get this error after installing @react-native-community/slider :
requireNativeComponent: "RNCSlider" was not found in the UIManager
To Reproduce Steps to reproduce the behavior: Install the mentioned package and run the app
Expected behavior Not having an error
Additional information:
- Type: Real device
- Device: iPhone XS
- OS: iOS 15
- Package version: 4.1.12 (4.2.0 marked as not compatible with Expo, and does not fix the problem)
- Expo version: 44
- Expo CLI version: 5.2.0
Additional context
Screenshots (if applicable)
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:10 (4 by maintainers)
Top Results From Across the Web
Invariant Violation: requireNativeComponent: "RNCSlider ...
Invariant Violation: requireNativeComponent: "RNCSlider" was not found in the UIManager. This error is located at: in RNCSlider (at Slider.js: ...
Read more >RNCSlider was not found in the UI Manager when trying to ...
</Slider> tags, I get the following compile error: ERROR Invariant Violation: requireNativeComponent: "RNCSlider" was not found in the UIManager ...
Read more >react-native-community - Bountysource
I am getting the following import error on only tvos devices. Invariant Violation: requireNativeComponent: "RNCSlider" was not found in the UIManager.
Read more >React Native Slider | Track bar in React Native - About React
I follow your code, and I have eror in emulator like this: Invariant Violation: requireNativeComponent. 'RNCSlider' was not found in the UIManager. what...
Read more >RNCSlider was not found in the UI Manager when trying to ...
When importing Material Top Tabs from React Navigation, I get: "requireNativeComponent: "RNCViewPager" was not found in the UIManager." React Native PDF View " ......
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 FreeTop 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
Top GitHub Comments
Hi, sorry I finally ended up ejecting my expo project for some other reason, and did not have the problem anymore
@clementbmn I think I found a fix? I had this problem with an Expo Managed app (SDK 44), I built the app again after installing the package with expo install and when I ran it on my simulator it was working fine