react-native-skia
react-native-skia copied to clipboard
High-performance React Native Graphics using Skia
It seems like there is no mention of this prop at all in the docs.
After adding react-native-skia, I'm trying to build app with `npx detox build --configuration android.debug` or `./gradlew assembleDebug assembleAndroidTest -DtestBuildType=debug` And I'm having this error: ``` > Task :shopify_react-native-skia:mergeDebugAndroidTestJavaResource FAILED FAILURE:...
We currently don't have a specific use case for this, but I think it would be nice for react-native-skia to support video rendering. Especially as this could provide the possibility...
Hello guys, first of all thank you for this amazing library. I playing with this library and I am trying to use it to render SVG icons instead of `react-native-svg`....
I am using `getTextWidth` to center and position my Text correctly in a screen. One is an outline and the other a normal Text. My project switches font between latin...
We should upgrade the example project to React Native 0.70.0
Since we're now on version 0.68 of the example project we should add support for the new architecture / Fabric in our library as well. This should be done so...
How can I access the matrix values? I can see the Matrix type file has exported enum MatrixIndex. Every time I do for example matrix.current[0] it returns undefined.
Adding _**use_frameworks! :linkage => :static**_ to my podlike (required for RN Firebase) and I get a failed build on skia due to missing headers? .../node_modules/@shopify/react-native-skia/cpp/skia/include/core/SkStream.h:11:10: 'include/core/SkData.h' file not found