How to style a Slider on Android with React Native

前端 未结 3 2034
渐次进展
渐次进展 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 10:02

    It's not a first for React Native to have a component customizable on only one platform. Until React Native will add support for styling the Slider component, I suggest implementing it as a Native UI Component on Android: https://facebook.github.io/react-native/docs/native-components-android.html

    I know I don't have an easy fix, but since Android support for React Native was added a while after iOS, I think there might still be a while until it catches up.

提交回复
热议问题