Replies: 1 comment
-
My problem was solved using runOnJs. I'm not sure how bad it is |
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.
-
Some of my components need to be separated as follows:
Here I should update a
useSharedValue
in child component and reflect the value to Canvas which is also parent.My use case is much more complex than this, and I have only simplified the problem here.
I tried
useDerivedValue
,useValue
anduseSharedValueEffect
with no success. Could you please advise me on how to accomplish this?Thank you in advance.
Beta Was this translation helpful? Give feedback.
All reactions