testID string Used to locate this view in UI automation tests.
style View#style Used to style and layout the Slider. See StyleSheet.js and ViewStylePropTypes.js for more info.
step number Step value of the slider. The value should be between 0 and (maximumValue - minimumValue). Default value is 0.
onValueChange function Callback continuously called while the user is dragging the slider.
onSlidingComplete function Callback called when the user finishes changing the value (e.g. when the slider is released).
minimumValue number Initial minimum value of the slider. Default value is 0.
iosminimumTrackTintColor string The color used for the track to the left of the button. Overrides the default blue gradient image.
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.
maximumValue number Initial maximum value of the slider. Default value is 1.
iosmaximumTrackTintColor string The color used for the track to the right of the button. Overrides the default blue gradient image.
Page 23 of 64