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

Possibility to use two different components for sliders

nekiro opened this issue · comments

As in title, would be great if I could supply two different components per sliders.

I suggest extending renderThumbComponent to accept array of ReactNodes just like values does.