Is it possible to replace an image? #1706
Unanswered
Kyle-Mendes
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For example, if I've created an image with
useImage
is it possible to replace that image later without re-rendering the whole react component?Ideally, I would be able to pass a new blob to the
SkImage
but I don't know if something like this is possibleBeta Was this translation helpful? Give feedback.
All reactions