William Candillon
William Candillon
When pasting some code in the javascript semantic editor, the formatting gets weird when pasting code. I investigated the issue but didn't find out where this happens. However I can...
Like array destructuring, Intl module and so on. spread operator
related to #625 Any closure dependency of useDrawCallback lives forever. The draw callback function does appear to be garbage collected, however. ## Steps to reproduce this is the example code...
It looks like this might be a regression. On the example app, the touch is always active, in the hue example, for instance, the knob always follows the cursor no...
* [ ] Add tests * [ ] Document related to #695
This is a draft PR to test the upcoming image filters from the upcoming 0.36 version of CanvasKit. * [ ] Add tests * [ ] Look into MakeShader *...
In CanvasKit, Skia references are not being garbage collected. This should be easily fixable in the reconciler. For the imperative API, we may document that the delete() is necessary and...
After noticing that we couldn't "warmup" images on iOS, we realized that each draw operation appears to upload the whole image to the gpu. Resulting in rendering delays and janks...
The FontMgr is deprecated, and we will remove it in future releases. See https://shopify.github.io/react-native-skia/docs/text/fonts When sunsetting the API, we'll need to remove the FontMgrFactory from the JS and C++ code,...