jeanregisser / react-native-slider

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

Can i increase and decrease thumb icon size not container size ? #147

Closed Biplovkumar closed 4 years ago

Biplovkumar commented 6 years ago

When i want to increase or decrease it size only increased container size. Any props for icon ?

tieniber commented 5 years ago

yes, that would be 'thumbStyle'

Biplovkumar commented 4 years ago

thanks @tieniber .