How to directly write to Canvas without adding elements inside it #3169
DImuthuUpe
started this conversation in
General
Replies: 1 comment
|
this would be the preferred way: https://shopify.github.io/react-native-skia/docs/shapes/pictures/ I hope this helps. |
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.
I want to directly access the canvas ref and draw on it using canvas apis when a gesture was detected. Is there way we can do that in RN Skia?
All reactions