William Candillon
William Candillon
An example would be extremely useful. Do you know the source of the redraw? Is it just because the component that contains the canvas re-render but since the canvas didn't...
Thank you for providing such a simple, easy to reproduce the example. We are looking into this.
We are investigating the possibility to offer an option to control this behaviour. In the meantime, we would like to understand your use case a little bit better, you create...
@laurens-lamberts Thank you for sending this. Just to clarify, when we are at the rendering of the image below, the leafs and the icon placeholders are not rendered by Skia?...
@laurens-lamberts you bring a good point about "onError", we have a related issue for it #283 and we will raise priority for it.
@laurens-lamberts, we fixed the issue if RN screens is disable via the `detachInactiveScreens` prop. We are now looking at the first-time-to-display speed when screen is enabled.
Can you use box-shadow instead: https://shopify.github.io/react-native-skia/docs/shapes/box? These inner shadows a notoriously slow especially on Android. They should only be used for complex shapes like paths or text.
Should use the size as a Skia value (https://shopify.github.io/react-native-skia/docs/animations/values#canvas). I played with it a little bit and it seems to work nicely. And also to offer the performance level you...
I would like to investigate this further. Is the code snippet under "Minimal Repro" still the source of truth there, or you have an updated minimal example I should be...
I'm closing this issue for now since we now have the issue templates. We also have #147 open for having e2e testing. Please re-open it if needed.