React-native-slider: Styling the slider

Created on 8 Jan 2021  路  9Comments  路  Source: callstack/react-native-slider

where can i find the StyleSheet.js and ViewStylePropTypes.js in the package ?

question

Most helpful comment

Second that - how can we customize this?

All 9 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

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

HasanAlyazidi picture HasanAlyazidi  路  3Comments

chrisfromwork picture chrisfromwork  路  3Comments

canyavall picture canyavall  路  5Comments

Vednus picture Vednus  路  9Comments

cpojer picture cpojer  路  6Comments