where can i find the StyleSheet.js and ViewStylePropTypes.js in the package ?
Second that - how can we customize this?
Any updates on this? I have no clue how I can style the slider in a more sophisticated way than just changing three colors.
There are 3 props to set colours of the slider
minimumTrackTintColor
maximumTrackTintColor
thumbTintColor
Rest of view styles can be passed with style prop
Yes, but which props can be used? They refer to stylesheet.js
Was also looking around for StyleSheet.js and ViewStylePropTypes.js but could not find it in this repo...
For instance, if i want to change the size of the slider handel, how can i do that?
I am also looking for that @mansdahlstrom1, have you found a way?
Just use another slider. You can try @sharcoux/slider but anyone will do.
Just use another slider. You can try @sharcoux/slider but anyone will do.
That was also my solution. I used https://www.npmjs.com/package/rn-range-slider
I am also looking for that @mansdahlstrom1, have you found a way?
No not really, sorry
Most helpful comment
Second that - how can we customize this?