react-native-skia
react-native-skia copied to clipboard
High-performance React Native Graphics using Skia
### Description Hi there, i am using rn skia in my projects lately and i love it! can we use skottie module so we get rid of lottie react native??...
### Description When animating a Group of simple shapes using a "translateX" transform, the animation is very laggy on Web. Even on mobile, it seems like some frames are "dropped"....
### Description When using `` with the `style="fill"` option, it only draws the borders (both on iOS & web), while it works as intended when using ``: ![CleanShot 2024-01-18 at...
### Description Hey, When I try to take a snapshot of a View that has a Flatlist using makeImageFromView, if I scroll down the Flatlist, then take a snapshot, the...
### Description I get this randomly when saving and auto-refreshing in expo 49 with ios. android seems to work fine. ### Version 1.0.4 ### Steps to reproduce hit save on...
### Description Recently we upgraded our Skia version from 0.1.197 to 0.1.214 and now we are seeing a bunch of "SIGTRAP: Trace/breakpoint trap" in production on Android devices with a...
### Description If you have `Canvas` inside of RN `Modal` component and you suspend app to background and then return to your app, Skia Canvas completely disappear. Seems to be...
### Description Hello, I'm using canvas to be able to draw a signature, but on Android it can't work. Canvas can't draw strokes on Android, but when I use const`...
### Description **Goal:** I'm trying to improve the RN Skia documentation using Expo Snacks to have live examples that can be edited directly (including Reanimated v3 examples). ✨ **Issue:** The...
This PR is a prototype that offers the same native view/Skia synchronization as we currently have but the big difference here is that we fully control the process. The TextureView...