Custom tracking images and thumb are iOS only properties, so what are the available options on Android to style the track and the thumb? More ...
Maybe you can use react-native-smooth-slider before react-native-community/ react-native-slider implement trackImage.
minimumTrackTintColor #. The color used for the track to the left of the button. Overrides the default blue gradient image on iOS.
trackImage. Assigns a single image for the track. Only static images are supported. The center pixel of the image will be stretched to fill the track ...
enter image description here.
A react-native-gesture-handler smoothed
A react-native-gesture-handler smoothed , also support trackImage and vertical.
trackImage. Assigns a single image for the track. Only static images are supported. The center pixel of the image will be stretched to ...
Hi Guys, I couldn't find any documentation on how to style the react-native Slider, but i did find this code pen which shows a Thumb and a Track ...
React Native Slider is a component to select a value from a range of values. Can be seen while increasing or decreasing brightness or volume.