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
{{ message }}
This repository has been archived by the owner on Jul 3, 2021. It is now read-only.
This component is really nice and beautiful, but unless I can add a value prop which is not between 0 and 1, it's quite unuseful for me. My use case is like this: I want a range between 0 and 500 and my value is somewhere inbetween (e.g. 235). When endTracking is fired I want to receive a value prop I can then use to store it. Could be something like that:
min={0}max={500}initialPosition={prevValue}endTracking={(position,value)=>// do stuff}
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This component is really nice and beautiful, but unless I can add a value prop which is not between 0 and 1, it's quite unuseful for me. My use case is like this: I want a range between 0 and 500 and my value is somewhere inbetween (e.g. 235). When
endTracking
is fired I want to receive avalue
prop I can then use to store it. Could be something like that:The text was updated successfully, but these errors were encountered: