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
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,9 @@ You can find the version 1 [here](https://github.com/githuboftigran/rn-range-sli
25
25
26
26
RangeSlider uses react hooks, so this component doesn't work with React Native versions below 0.59.0
27
27
28
+
You can find basic implementation of needed components (Thumb, Rail, RailSelected, Label, Notch) [here](https://github.com/githuboftigran/rn-widgets-demo).
|`renderNotch`| Should render the notch below the label (above the thumbs).<br/>Classic notch is a small triangle below the label.<br/>If `allowLabelOverflow` is not set to true, the notch will continue moving with thumb even if the label has already reached the edge of the component and can't move further.|`() => Node`|`undefined`|
82
84
|`onValueChanged`| Will be called when a value was changed.<br/>If `disableRange` is set to true, the second argument should be ignored. |`(low: number, high: number) => void`|`undefined`|
83
85
86
+
All the other props (e.g. style) will be passed to root container component.
87
+
84
88
## A special section about permanent labels.
85
89
86
90
The label of active thumb is a hint for a user. It's not showing selected values permanently.
0 commit comments