jeanregisser / react-native-slider

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

Add the ability to add custom content to the thumb #134

Open THPubs opened 6 years ago

THPubs commented 6 years ago

Currently, we can only replace the thumb with an image. What if we want to add a text in there? I just added a new prop called thumbContent which allows us to pass a custom React component to the thumb.