react-native-slider
react-native-slider copied to clipboard
Implement trackImage for Android
Describe the Feature
The trackImage should work on both platforms, iOS & Android
Possible Implementations
Put together a pretty hacky solution using zIndex, absolute positioning and some padding
Related Issues
https://github.com/flyskywhy/react-native-smooth-slider which smoothed by react-native-gesture-handler can use trackImage on both platforms, and https://github.com/flyskywhy/react-native-slider-color-picker dependent on it. Maybe you can use react-native-smooth-slider before react-native-community/react-native-slider implement trackImage.
Same, I need this feature for a project.
anyone already picked up this feature request?