You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I came across multiple issues when using the silder on different platforms. While it works great on iOS and web, I am encountering following issues on android only:
too many steps
There is one extra tick/step added to the right/maximum end of the slider without any value change ?!
disabling removes minimumTrackTintColor
When disabling the slider the minimumTrackTintColor is removed/ignored ?!
extra space before and after the trackbar
There is extra space before and after the trackbar added. But I managed to apply the following workaround:
style={{marginHorizontal: (Platform.OS != 'android') ? 0 : -15}}