react-native-skia
react-native-skia copied to clipboard
High-performance React Native Graphics using Skia
### Description ``` .../@shopify/react-native-skia postinstall$ node scripts/install-npm.js │ Updating symlinks for Android build... │ Creating symlink to api /Users/jonathanburger/remotion/node_modules/.pnpm/@[email protected]_rlxvagb2l2jceoxbyljoesn5oa/node_modules/@shopify/react-native-skia/scripts /Users/jonathanburger/re │ internal/fs/utils.js:332 │ throw err; │ ^ │ Error: EEXIST:...
### Description I have an SVG rendered within a `fitbox` that shows as intended on first render, but the scaling breaks on subsequent re-renders. I'm trying to add markers (with...
### Description ### Version 0.1.237 ### Steps to reproduce 1. create a new expo router project with api routes 2. try to load rn skia 3. watch your app crash...
### Description Running `expo run:web` fails with Expo Router v50 and Metro bundler. Already tried to implement @kimchouard [suggestions](https://github.com/Shopify/react-native-skia/pull/2017#issuecomment-1906691648) and they've got me over canvaskit.wasm file missing throwing `expected magin...
This PR contains a proposal for an improved dev experience by adding a new way to load CanvasKit in web environments, which I found more "react friendly" (inspired by a...
### Description This can be very useful and will help the user understand the current loading status of the image. For example, this functionality includes in react-native Image component. But...
`Skia.Color` accepts `number[]`, but the native constructor doesn't actually account for it. In [JsiSkColor::createCtor][0], if `argument[0].isObject()` (true for both `Array` and `Float32Array`), it's returned as is as the color value....
### Description I keep getting this error when I build my Android application with this package. Build file 'D:\dev\proton\node_modules\@shopify\react-native-skia\android\build.gradle' line: 127 A problem occurred evaluating project ':shopify_react-native-skia'. > No signature...
**⚠️ WORK IN PROGRESS ⚠️** This is PR still under development, do **not** merge it yet. :) --- This is a global PR aiming at improving RN Skia's docs. ##...
### Description I am trying to create a screen overlay that is displayed when the user puts the app in the background. The overlay should be a blurred screenshot of...