How to style a Slider on Android with React Native

前端 未结 3 2026
渐次进展
渐次进展 2021-01-17 09:47

I\'d like to use a Slider on Android using React Native.

Custom tracking images and thumb are iOS only properties, so what are the available options on Android to st

3条回答
  •  说谎
    说谎 (楼主)
    2021-01-17 09:52

    As of version 0.42.0, there is now some support for styling Android sliders with the RN Slider component.

    See the pull request for more details, or see the docs for more information.

    The props that should be usable for Android are:

    • thumbTintColor
    • minimumTrackTintColor
    • maximumTrackTintColor

提交回复
热议问题