miblanchard / react-native-slider

A pure JavaScript <Slider> component for react-native and react-native-web

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Two thumbs

liptonzuma opened this issue · comments

How do I render two thumbs ?

Just pass the value in array like [0,344]

That's correct.

Hello! But what about have one color for each value? For example: red for 0.6 progress and blue for 0.85 progress. Thanks