Replies: 1 comment
-
You can try using
|
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
-
Hello all
I just got started with React Native Skia and I can already experience its power. It took me less than 15 minutes to create a complex shape it took me more than 5 hours to create the same shapes (rhombuses and triangles) using CSS tricks and transparent borders hack creating more issues down the line.
I have created multiple shapes using the Points and they do not overlap with each other. I need to click on those components/shapes and make them interactive. Is there a functionality to know if a particular shape was clicked or do I need to write down some mathematics to figure out what was clicked? Can I wrap my Skia components with something similar to
<TouchableOpacity onClick=...>
?Thanks
Beta Was this translation helpful? Give feedback.
All reactions