react-native-slider icon indicating copy to clipboard operation
react-native-slider copied to clipboard

Invariant Violation: Element type is invalid

Open harikrishnanp opened this issue 6 years ago • 3 comments

I have crtaed a slider using the example. But it is not working. Please advice.

Invariant Violation: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: undefined. You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.

Check the render method of MySlider.

harikrishnanp avatar Feb 06 '18 06:02 harikrishnanp

How are you importing the module? I got it working with: import Slider from 'react-native-slider'

chrisdepaul avatar Sep 10 '18 04:09 chrisdepaul

How are you importing the module? I got it working with: import Slider from 'react-native-slider'

Thanks, it solved my problem :)

ThPch avatar Sep 27 '18 16:09 ThPch

working here with import Slider from 'react-native-slider' :+1:

alexjorgef avatar Sep 27 '18 16:09 alexjorgef