Christian Falch
Christian Falch
The main reason for Android being a "problem" here is due to the difference between Android's TextureViews and iOS Metal rendering (the latter is much faster to initialise for a...
@laurens-lambert: Did the new `useImage` API with support for onError and optional undefined input parameter help?
No, that is correct. The same reason will still apply: When the tab navigator switches back and forth the Skia Views will be remounted and repainted unfortunately. So this is...
Ah, sorry for being unclear. The Canvas / Skia Views are not remounted as React components - but their native views are remounted. So as for how React handles this...
Thanks for those kind words, and thanks for all your valuable feedback - it really helps. If you stumble upon something interesting, don't hesitate contacting us!
When implementing this issue we need to remove methods from these two files: - package/cpp/api/JsiSkTypeface.h - package/src/skia/web/JsiSkTypeface.ts
Yes! Sounds like a good idea. We should also add a template for issues and pull requests soon - and maybe even some tests to ensure that we have an...
Agree, @schiller-manuel! Anyone want to try to add this? PRs are welcome :)
Absolutely something we've been thinking about - any ideas on what you would like to be tested?
The simplest solution is to rename the resulting file with a JPEG extension instead of the provided HEIC extension. In `ImageHelper.m` in the iOS part of FUSE the method `saveImage`...