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
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,6 +89,8 @@ To use this library you need to ensure you are using the correct version of Reac
89
89
|`maximumValue`| Initial maximum value of the slider.<br/>Default value is 1. | number | No ||
90
90
|`minimumTrackTintColor`| The color used for the track to the left of the button.<br/>Overrides the default blue gradient image on iOS. |[color](https://reactnative.dev/docs/colors)| No ||
91
91
|`minimumValue`| Initial minimum value of the slider.<br/>Default value is 0. | number | No ||
92
+
|`lowerLimit`| Slide lower limit. The user won't be able to slide below this limit. | number | No | Android, iOS |
93
+
|`upperLimit`| Slide upper limit. The user won't be able to slide above this limit. | number | No | Android, iOS |
92
94
|`onSlidingStart`| Callback that is called when the user picks up the slider.<br/>The initial value is passed as an argument to the callback handler. | function | No ||
93
95
|`onSlidingComplete`| Callback that is called when the user releases the slider, regardless if the value has changed.<br/>The current value is passed as an argument to the callback handler. | function | No ||
94
96
|`onValueChange`| Callback continuously called while the user is dragging the slider. | function | No ||
0 commit comments