what does "Invariant Violation : Native component for <component> does not exist means?

598 Views Asked by At

enter image description here

I imported a third party library using " npm install --save react-native-range-slider" and getting this error! I can't find out where am I wrong! Please help :)

1

There are 1 best solutions below

3
Hoàng Vũ Anh On

I guest you do not link library to your app. Run react-native link or do this manually.