From ad24bd822e62c6fcc28cccf3bb1e743d2f6076a4 Mon Sep 17 00:00:00 2001
From: Travis CI
Callback continuously called while the user is dragging the slider.
Step value of the slider. The value should be between 0 and (maximumValue - minimumValue). Default value is 0.
Used to style and layout the Slider. See StyleSheet.js and
-ViewStylePropTypes.js for more info.
Sets an image for the track. It only supports images that are included as assets
Initial value of the slider. The value should be between minimumValue
+ViewStylePropTypes.js for more info.
Sets an image for the thumb. It only supports static images.
Sets an image for the track. It only supports images that are included as assets
Initial value of the slider. The value should be between minimumValue and maximumValue, which default to 0 and 1 respectively. Default value is 0.
This is not a controlled component, e.g. if you don't update the value, the component won't be reset to its inital value.