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.
Just like react-native-slider it could be implemented in props as "thumbTouchSize".
you can acheive this feature in this way
style={ {
transform: [{ scaleX: .75 }, { scaleY: .75 }, ) }]
} }
Thank you, but while scaleY works, scaleX does nothing:

Most helpful comment
Thank you, but while scaleY works, scaleX does nothing:
