Replies: 1 comment
-
Hey! I know that this discussion is old but this library may be helpful. You cannot just simply recognize press gesture on elements rendered on the Skia Canvas. Another way to do this is just rendering all of circles and tooltips with React Native over the canvas. You would be able to easily control press gestures then. |
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
-
I am looking at implementing this in skia or reanimated, I am just confused how to do it, I have this Image
and in React Native I need to add circle markers as you see in this screenshot:
I have implemented pan and zoom before on Image but I am confused how to add those markers and render a component on press, and make those markers move as it is zoom and pan
Beta Was this translation helpful? Give feedback.
All reactions