Issue
As the title and picture, how to create vertical slider in android by @react-native-community/slider?
I try to create a slider like: <Slider vertical={true}/>
but it's not working.
Solution
After searching, I finally found a solution Use transform css to rotate 90deg component https://reactnative.dev/docs/transforms
Answered By - Hai Quan Le Answer Checked By - Candace Johnson (PHPFixing Volunteer)
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.