0

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 :)

Rishav Kumar
  • 4,979
  • 1
  • 17
  • 32

1 Answers1

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