-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError (TS2740) sliderComponent #41
Comments
I have an issue too using '@react-native-community/slider' as sliderComponent. I don't get a crash but i think there is indeed an issue with the typechecking of sliderComponent props. My SliderComponent get the value prop. |
@Frakette Do you use typescript in your project? SliderComponent isn't customized, is it? So just add the component class like so:
this should work if i get you right |
@Hektar90 Yes I use typescript on my project. Actually my issue might not be fully related to yours but I also see a Typescript error when I try to add a sliderComponent. I was struggling to pass props to my SliderComponent because I was passing it directly as a component and it was not working but as a function that returns a component it works although the slider is a bit glitchy. However, as you noticed, I still get get the same Typescript error than you when passing SliderComponent. |
Any update in this issue? I have the same problem |
I just want to use the default slider from '@react-native-community/slider'
adding this to the 'sliderComponent' prop results in an type error
Slider is an intersection type of React.Component
The text was updated successfully, but these errors were encountered: