react-native-skia
react-native-skia copied to clipboard
High-performance React Native Graphics using Skia
### Description When attempting to use `@shopify/react-native-skia` components inside an iOS share extension, the Skia elements do not render. This issue does not occur in the main app, only in...
### Description When I use RN 0.75.3 along with RN-skia 1.4.2, an error occurs. C/C++: ninja: Entering directory `/Users/goldriven2023/GoldrivenRnApp/node_modules/@shopify/react-native-skia/android/.cxx/Debug/204r471w/x86_64' C/C++: In file included from /Users/goldriven2023/GoldrivenRnApp/node_modules/@shopify/react-native-skia/cpp/rnskia/RNSkManager.cpp:8: C/C++: In file included from...
### Description I found a crash due to a 'bad' usage of the API. when painting a svg with an undefined color.value `` The app crash with error: `Missing one...
### Description Link to Sentry stacktrace: https://lendo.sentry.io/share/issue/4a599f0628974be0b209803563b36916/ ``` Segfault - sk_sp::reset ``` ### Version 1.2.3 ### Steps to reproduce I could not reproduce this but it seems like it's happening...
### Description Hi team, I need to render the Text with mixed languages, let's say English, Japanese, Korean, Chinese. Usually need to use different fonts for them. Currently, Seems can...
### Description 'Error: Exception in HostFunction: java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol "__emutls_get_address" referenced by "/data/app/..." 'Error: Requiring module "node_modules/@shopify/react-native-skia/lib/module/index.js", which threw an exception: Error: Exception in HostFunction: java.lang.UnsatisfiedLinkError... TypeError:...
### Description I use skia with **react-native-vision-camera**, and want to Transform the video frame, **rotateY** is work, but **perspective** not work ### Version 1.4.2 ### Steps to reproduce 1.use with...
### Description Hi, sometimes a text is not rendering on canvas at the first time. In such case if I click on an element on which the text should be...
### Description After turning on new archtitecture I am not able to render anything with Skia on iOS simulator Old architecture and physical device:   New architecture:  ...
### Description I note that [in the docs](https://shopify.github.io/react-native-skia/docs/text/paragraph/#applying-effects) it mentions `The Paragraph component doesn't follow the same painting rules as other components`, so potentially this isn't a bug. I'm trying...