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 :)
Asked
Active
Viewed 548 times
1 Answers
0
I guest you do not link library to your app. Run react-native link or do this manually.

Hoàng Vũ Anh
- 647
- 1
- 8
- 24
-
I then just removed that library and used different library instead – Rishav Kumar Aug 08 '18 at 06:23
-
and it's work? Sometime you must manually link library because react-native link error. – Hoàng Vũ Anh Aug 08 '18 at 06:52
-
yea!! thankyou. I just dumped that library and used another instead – Rishav Kumar Aug 09 '18 at 09:16