Daniel Suchý

Results 55 comments of Daniel Suchý

Redraw seems to be OK, but problem is inital draw during mounting, because usually screen is not mounted before usage, so it will flicker when screen is pushed into stack...

I think maybe only adding SkPicture to `useSvg` will be enough to do some proof of concept, because then I can try some little bit hacky things like this: ```tsx...

@wcandillon Not sure if I am doing it right but I took `WarmupSkia` component, wrapped my app in it, but it seems to have no effect, no change from what...

Icons are here: [icons.zip](https://github.com/Shopify/react-native-skia/files/8970926/icons.zip) I also tried it with mounting/unmouting component with `{isMounted && ` to rule out some react-navigation magic, but it seems is has no effect. Same speed...

@hirbod Thanks for suggestion, I will give it a try but not sure if this will help during tab switching which is without screen transition animation. During the normal screen...

@chrfalch Sorry, I din't mean this to force you work more. I appreciate your work a lot. I am just trying to learn little bit more about how it works...

Package was already created by @mroz22 so now it's only about adding RN part.

Closing in favor of #6167

@mroz22 great idea, totally my sense to have this two thing separated

@mroz22 Yea, it should not need too much work to finish this, main problem is how to test in some sandbox how this will affect CrowdIn, because there is no...