react-native-slider icon indicating copy to clipboard operation
react-native-slider copied to clipboard

Allow step marker styling

Open Max-Lovell opened this issue 2 months ago • 0 comments

Describe the Feature

Step marker styling is currently not controllable, and renders as small black text.

Possible Implementations

A simple passing through of a style prop e.g. stepMarkerStyle={{color: 'white'}} into the Text components used to indicate step markers

Related Issues

None

Max-Lovell avatar Oct 27 '25 10:10 Max-Lovell