useComputedValue causing re-render despite memoization #1532
Unanswered
ryanpwaldon
asked this question in
Q&A
Replies: 1 comment
-
I'm not sure what you mean exactly but have you been looking at the reanimated 3 integration: https://shopify.github.io/react-native-skia/docs/animations/reanimated? |
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.
-
Hey everyone,
My computed value causes re-renders when passed to a memoized component. The value depends on two properties – a regular value, and a
SkiaValue
. The issue only occurs only when I pass a regular value into the deps array.Maybe this is intended. Are we not supposed to pass regular values to deps?
Here's an example:
Beta Was this translation helpful? Give feedback.
All reactions