react-native-skia
react-native-skia copied to clipboard
High-performance React Native Graphics using Skia
I'm using `Skia` with `react-native-vision-camera` and `react-native-fast-tflite` for real-time pose detection. Everything is working great until I add the Skia frame processor – as soon as I do that, the...
## Description Add support for Display P3 color space in offscreen surfaces to match the onscreen rendering capabilities introduced in v2.0.1. ## Problem Currently, onscreen Canvas supports Display P3 color...
### Description I have a white to transparent radial gradient in a circle that will act as a mask over three other coloured radial gradients in circles in a group....
# Description Add webglContextAttributes prop for Canvas (web platform) This PR adds support for configuring WebGL context attributes on the web platform, enabling features like `preserveDrawingBuffer` which is essential for...
### Description When using a `` with an animated `transform` prop (Reanimated, useSharedValue, useDerivedValue) the performance tanks very noticeably, especially apparent on Android. ### React Native Skia Version 1.5.0 ###...
### Description To preface, I'm not sure if this is an issue with Reanimated or Skia. I have a minimal repro linked below. When using Skia, React and Vite, animations...
### Description I am trying to blend two rects but nothing is happening. Example App ```tsx import { Blend, Canvas, Rect } from '@shopify/react-native-skia'; import { StyleSheet, View } from...
### Description Hi, I am having a weird issue where the canvas does not render the last ~ 1 point if I render a button above the canvas. I know...