-
Notifications
You must be signed in to change notification settings - Fork 275
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to create Vertical Slider #196
Comments
In my case height, width applies, but transform not applies automatically. when in the code i add style transform, then that applies. But when I reload the app, the transform not applies. |
In case you're interested, in about a week I'll push a Windows implementation of this module, which will expose a 'vertical' prop to control this ;) |
And is there any plan to implement it for Linux/Unix OS?? |
As far as I know, Linux is on not on the cards for the time being, though there are people requesting it, so who knows. |
Tacking on to say that we need a vertical prop for all platforms. Thanks! |
As I can see on the provided example (thank you, @YajanaRao) the vertical slider is only inverted visually. Width and height still applies but with inverted effects, while sliding is still possible but also on the horizontal axis: |
Why vertical prop is not working? |
are there any updates for this issue? |
@chiaramooney does the team still maintain these controls? |
Unsure what callstack's status is, but sounds like this is an Android issue, so won't be tackled by the Windows team. |
Environment
Description
I am trying to create a vertical Slider. Based on #65 I got to know that transform can be used for this. Using transform I am not able to apply styles like height and width to slider.
Reproducible Demo
https://snack.expo.io/@yajana/slider
The text was updated successfully, but these errors were encountered: