Replies: 2 comments
-
yes you can draw the path so it doesn't depend on calculating its own transformation.
|
Beta Was this translation helpful? Give feedback.
2 replies
-
@Noitham Could you provide me the full code for the slider you developed? I'm trying the same but don't know where I'm messing something. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I've been playing a little bit around with
react-native-skia
and I haven't been able to achieve what I was looking for.I want to draw a circle, but instead, have it drawn from the 0º angle (pi/2), rather than 90º (0).
I've played a bit around with
<Group transform={[{ rotate: -90 }]} origin={{ x: center, y: center }}>
Which does render in the form, but then the dragging gets messed.
Could this also be understood as setting the
start
to0.75
& end to1.75
?Beta Was this translation helpful? Give feedback.
All reactions