react-native-skia icon indicating copy to clipboard operation
react-native-skia copied to clipboard

High-performance React Native Graphics using Skia

Results 298 react-native-skia issues
Sort by recently updated
recently updated
newest added

### 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...

bug

### 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...

bug

### 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...

bug

### 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...

bug

### 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...

enhancement

### 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:...

bug

### 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...

bug

### 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...

bug

### Description After turning on new archtitecture I am not able to render anything with Skia on iOS simulator Old architecture and physical device: ![Image](https://github.com/user-attachments/assets/5ca72a22-f599-4c8c-a2c7-44b3a246313b) ![Image](https://github.com/user-attachments/assets/3a922b3f-cab5-4807-a041-0489232aa8b2) New architecture: ![Image](https://github.com/user-attachments/assets/c6cbfdd5-70dd-41d0-b54b-f61c0b3f31ea) ![Image](https://github.com/user-attachments/assets/59896693-4b9f-4612-a320-24347de182da)...

bug

### 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...

bug