react-native-slider
react-native-slider copied to clipboard
Changable size of touchable area of the thumbImage
Describe the Feature
With the possibility to add a thumb image, it would be good to make the whole image touchable. Actually you can only touch a little area in the center of the image.
Possible Implementations
Just like react-native-slider it could be implemented in props as "thumbTouchSize".
Related Issues
you can acheive this feature in this way
style={ {
transform: [{ scaleX: .75 }, { scaleY: .75 }, ) }]
} }
Thank you, but while scaleY works, scaleX does nothing:
Yeah, scaleX
doesn't work if we wrap the slider inside a class component. But, it works within a functional component.
I tried on version 4.1.10.