Christian Falch
Christian Falch
> @chrfalch should remove this pattern altogether? I lost track of what kind of input source could have a different identity but shouldn't trigger a new resource load. Or should...
> @chrfalch I lost track of what this does. Can you describe the flow and we could add tests for it. Same here :) Will look at it when I'm...
It is really hard to answer this without any more context. As you can see the build system (I don't know what machine, OS or build system you are using)...
Closing due to inactivity
The drawing primitives inside the canvas are not components as we're used to in React - they are just wrappers ending up as drawing instructions resulting in Skia rendering rectangles,...
Should we close this one, @wcandillon? Ref discussion we had?
Files where methods needs to be removed: * package/src/skia/types/Font/Font.ts * package/src/skia/web/JsiSkFont.ts * package/cpp/api/JsiSkFont.h
Hi @Sundarcj! The font class has a lot of methods that should give information about size etc - look into this and see if you can find something that works...
Could this be related to RNScreens and lazy loading etc causing React Native to re-create the native Skia view in the background?
We tested this with `enableScreens(false)` and the problem was no longer visible, so this has to do with the fact that the Skia View will be re-rendered when the view...