react-native-skia
react-native-skia copied to clipboard
High-performance React Native Graphics using Skia
### Description I'm in need of the measureText function in the web implementation, what would be required to make it happen?
# SDK Version Mismatch in React Native Project ## Description After installing the package and attempting to run `yarn dev`, I'm encountering an error related to SDK version mismatch. The...
### Description ```ts const [path, setPath] = useState(Skia.Path.Make()); const panGesture = useMemo( () => Gesture.Pan() .onBegin(e => { 'worklet'; const coords = getRelativeCoords(viewRef as any, e.absoluteX, e.absoluteY); path.moveTo(coords?.x||0, coords?.y||0) })...
### Description My expo project returns "leftPath is not a function (It is Object)" error when i replicated [season5/src/Headspace/Play.tsx](https://github.com/wcandillon/can-it-be-done-in-react-native/blob/master/season5/src/Headspace/Play.tsx#L54) ### Version 1.2.3 ### Steps to reproduce ```tsx import React from...
### Description On iOS custom fonts are supported via `Skia.FontMgr.System()`, but on Android only the built-in system fonts are supported which forces users to duplicate fonts in their app bundle....
### Description It seems react-native-skia ignores the fact of 'display density change' possibility on Android. Yes, this might be quite rare case of change-density-on-the-fly, but completely ruins user experience and...
### Description Hello, I noticed that in a scenario where I have multiple GIF Images rendered in a canvas and there is a rerendering happing outside of the canvas, the...
I tried to perform cross compilation based on the skia compilation option provided by Android. When the skia library is provided in other systems, the compilation option of skia_enable_paragraph is...
### Description ```typescript const shader = Skia.RuntimeEffect.Make(` uniform shader image; uniform shader input; half4 main(float2 xy) { vec4 color = image.eval(xy); // use image & input return color; } `);...
Bumps [brace-expansion](https://github.com/juliangruber/brace-expansion) from 1.1.11 to 1.1.12. Release notes Sourced from brace-expansion's releases. v1.1.12 pkg: publish on tag 1.x c460dbd fmt ccb8ac6 Fix potential ReDoS Vulnerability or Inefficient Regular Expression (#65)...