-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hey @FlawTECH! ExplanationYou are trying to use the wrong stuff for what you are trying to achieve. The Suggested solutionI think that you would be able to achieve what you want with the React Native Skia (https://shopify.github.io/react-native-skia/docs/). I am not sure about that but Skia should be able to handle this in some way. Answers to the questions
In general, conditional renders should be performed only via the React's state. If you want to hide or show the image component, use the
It is a bit complex, but as I suggested, I think you would be able to do this with RN Skia. It is compatible with Reanimated so performance of updates should be good. |
Beta Was this translation helpful? Give feedback.
Can you get the
null
value later on in the frame callback or is that just an initial value? If that's just an initial value, then I'd suggest to implement your second proposed solution: