miblanchard/react-native-slider

how to implement double silder

matthewadel opened this issue · 1 comments

i wonder how could i create a slider with double thumbs

You need to pass a value prop as an array, i.e. value={[10, 300]} and it will automatically create two thumbs.