jeanregisser / react-native-slider

A pure JavaScript <Slider> component for react-native
MIT License
1.3k stars 574 forks source link

Add icons to thumb instead of only image #80

Open mazing opened 7 years ago

mazing commented 7 years ago

Right now it's possible to add an image to thumb, but what about icons?

Is there a reason we can only define source for image instead of letting the user add the image as they like, enabling one to insert <Icon>, <Svg>, <Image>, etc?

LRNZ09 commented 5 years ago

I also have this need

EDIT: somewhat related https://github.com/jeanregisser/react-native-slider/pull/134