From 13c93cbc03562e783055bc5523aef44122b87b3f Mon Sep 17 00:00:00 2001 From: Travis CI Date: Wed, 28 Oct 2015 13:02:28 +0000 Subject: [PATCH] update website --- docs/sliderios.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/sliderios.html b/docs/sliderios.html index 33273b0c3ee..111c0231f4a 100644 --- a/docs/sliderios.html +++ b/docs/sliderios.html @@ -1,4 +1,5 @@ -SliderIOS – React Native | A framework for building native apps using React

SliderIOS

Edit on GitHubProps #

maximumTrackTintColor string #

The color used for the track to the right of the button. Overrides the +SliderIOS – React Native | A framework for building native apps using React

SliderIOS

Edit on GitHubProps #

disabled bool #

If true the user won't be able to move the slider. +Default value is false.

maximumTrackTintColor string #

The color used for the track to the right of the button. Overrides the default blue gradient image.

maximumValue number #

Initial maximum value of the slider. Default value is 1.

minimumTrackTintColor string #

The color used for the track to the left of the button. Overrides the default blue gradient image.

minimumValue number #

Initial minimum value of the slider. 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.

style View#style #

Used to style and layout the Slider. See StyleSheet.js and