bartgryszko / react-native-circular-slider

React Native component for creating circular slider :radio_button:
MIT License
876 stars 191 forks source link

Feature Request: Change Color of Start/Stop circles #8

Closed abeaclark closed 7 years ago

abeaclark commented 7 years ago

Thanks for this great component.

I would love to have a prop to set the color of the start/stop circles. This way they don't have to be the same color as the background circle.

Happy to submit a PR if it would help

bartgryszko commented 7 years ago

Hey @abeaclark. In fact you're able to "overwrite" current circle around icon by setting stopIcon/startIcon – if you wrap the icon with SVG element :) But I'm happy to accept PR with optional bgHandleColor if current behaviour will be preserved (fallback to bgCircleColor).