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
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.