testID string Used to locate this view in UI automation tests.
step number Step value of the slider. The value should be between 0 and (maximumValue - minimumValue). Default value is 0.
onSlidingComplete function Callback called when the user finishes changing the value (e.g. when the slider is released).
onValueChange function Callback continuously called while the user is dragging the slider.
iosminimumTrackTintColor string The color used for the track to the left of the button. Overrides the default blue gradient image.
style View#style Used to style and layout the Slider. See StyleSheet.js and ViewStylePropTypes.js for more info.
minimumValue number Initial minimum value of the slider. Default value is 0.
maximumValue number Initial maximum value of the slider. Default value is 1.
iosminimumTrackImage Image.propTypes.source Assigns a minimum track image. Only static images are supported. The rightmost pixel of the image will be stretched to fill the track.
iosmaximumTrackTintColor string The color used for the track to the right of the button. Overrides the default blue gradient image.
Page 23 of 64