-
Notifications
You must be signed in to change notification settings - Fork 271
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
Styling the slider #254
Comments
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
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 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. |
That was also my solution. I used https://www.npmjs.com/package/rn-range-slider |
No not really, sorry |
I also searched for this configuration setting, but no luck. |
Is this still the case...can we not customise the styles? |
Hi! There is still no way to change the slider handler's size? |
By using the default thumb it's indeed currently still unsupported. |
Thanks for the response! Could you give me a code example where you pass an image as a prop? |
@virginiab10 There are plenty of examples around, especially in the example app of this repository. |
Still no update? It's a must have thing sadly |
where can i find the StyleSheet.js and ViewStylePropTypes.js in the package ?
The text was updated successfully, but these errors were encountered: