react-native-skia
react-native-skia copied to clipboard
High-performance React Native Graphics using Skia
On Android, when switching tabs using react-navigation, Skia canvasses seem to be redrawn every time a tab is switched. This is visually noticeable as it happens. I don't think these...
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,...
To align with the API design from CanvasKit we'll deprecate and remove the followingTypeface interface properties: - bold - italic
Hello, thanks again for making such a fantastic library! I'm here to report an issue with resizing `Canvas` with `onLayout` (or any other methods) on Android. I have console logged...
How about adding a bug report template in the example app? I got the idea from rnmapbox: https://github.com/rnmapbox/maps/blob/main/example/src/examples/BugReportExample.js
I just ran `yarn clang-format` and it reformatted over 50 files. I assume this is caused by the fact that this project does not contain a .clang-format file; so the...
What do you think about it ? For now ! I think the best is to only implement it on Android because of this : https://github.com/Shopify/react-native-skia/issues/35
If we make a mistake in our rendering tree, such as forgetting to wrap a element into a , we don't throw any warning. It is probably a low-hanging fruit...
There is an increasing need to provide documentation for the imperative API: path and image methods for instance. On top of that, by providing some sort of jsdoc integration, we...