React-native-slider: Changable size of touchable area of the thumbImage

Created on 17 Sep 2020  路  2Comments  路  Source: callstack/react-native-slider

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

feature request

Most helpful comment

Thank you, but while scaleY works, scaleX does nothing:
image

All 2 comments

you can acheive this feature in this way

style={ {
transform: [{ scaleX: .75 }, { scaleY: .75 }, ) }]
} }

Thank you, but while scaleY works, scaleX does nothing:
image

Was this page helpful?
0 / 5 - 0 ratings

Related issues

canyavall picture canyavall  路  5Comments

lolcookie picture lolcookie  路  7Comments

HITESH122 picture HITESH122  路  8Comments

JustynaKK picture JustynaKK  路  8Comments

ralph-dev picture ralph-dev  路  10Comments