William Candillon
William Candillon
The Drawing component causes the issue; we are very likely to deprecate it in the near future. We recommend not using it or using this API instead: https://shopify.github.io/react-native-skia/docs/shapes/pictures/ On Wed,...
I understand that it feels this way but it‘s actually the other way around. How many circles do you need? we ran tests with 2/3k elements and it seems fine....
I agree about the doc. The documentation has many weaknesses but the one about some of these sensitive APIs will be fixed quite soon. 6k is lot for android devices,...
can you update the https://github.com/szmarczak/rnskia-repro repo with the shader example? I'll be happy to take a look
my bad, I believe this as been fixed in v0.1.233 but let us know if you are still having the issue.
@evelant This may not be surprising. Did you switch your own loading to load fonts? `useFont` is just a convenience method, wrapper for ```tsx const data = await Skia.Data.fromURI(require(./font.ttf)); const...
@evelant because we have a bug in the useFont possibily
Silly question, if it works on SDK 49, (with the same version than on SDK 48?) shouldn't we leave it at that?
@GabrieleSuzart, did you try whether drawing elements in `react-native-svg` have these accessibility properties? They employ a different approach to express drawing elements through React components (they utilize shadow nodes: [https://reactnative.dev/architecture/render-pipeline](https://reactnative.dev/architecture/render-pipeline)),...
Could we reopen this issue and mark it as a feature request?